diff --git a/changelog.md b/changelog.md index 28f5484..441ba4c 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d +#### [v0.5.2](https://github.com/janosh/svelte-toc/compare/v0.5.2...v0.5.2) + +> 12 January 2023 + +- add many new CSS variables in Toc.svelte [badbe2f](https://github.com/janosh/svelte-toc/commit/badbe2f) +- add vite alias $root to clean up package.json, readme|contributing|changelog.md imports [76427ee](https://github.com/janosh/svelte-toc/commit/76427ee) +- add coverage badges to readme [8a24e2b](https://github.com/janosh/svelte-toc/commit/8a24e2b) +- add contributing.md [a313e7b](https://github.com/janosh/svelte-toc/commit/a313e7b) +- add auto changelog [d7eaeea](https://github.com/janosh/svelte-toc/commit/d7eaeea) + #### [v0.5.1](https://github.com/janosh/svelte-toc/compare/v0.5.0...v0.5.1) > 20 December 2022 diff --git a/package.json b/package.json index 6eeb953..bcd3616 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "https://janosh.github.io/svelte-toc", "repository": "https://github.com/janosh/svelte-toc", "license": "MIT", - "version": "0.5.1", + "version": "0.5.2", "type": "module", "svelte": "index.js", "bugs": "https://github.com/janosh/svelte-toc/issues", diff --git a/readme.md b/readme.md index e998280..7bc022f 100644 --- a/readme.md +++ b/readme.md @@ -18,8 +18,7 @@ Sticky responsive table of contents component.