Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jan 13, 2023
1 parent badbe2f commit 445fcb8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

<!-- auto-changelog-above -->

#### [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Sticky responsive table of contents component. <strong class="hide-in-docs"><a h
## 🔨 &nbsp; Installation

```sh
npm add -D svelte-toc
pnpm add -D svelte-toc
npm install --dev svelte-toc
```

## 📙 &nbsp; Usage
Expand Down

0 comments on commit 445fcb8

Please sign in to comment.