Skip to content

Commit

Permalink
v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jun 12, 2024
1 parent 6219120 commit 989dadc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ on:
jobs:
build:
uses: janosh/workflows/.github/workflows/nodejs-gh-pages.yml@main
with:
install-cmd: npm install --force
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v0.5.9](https://github.com/janosh/svelte-toc/compare/v0.5.8...v0.5.9)

> 12 June 2024
- Ignore spurious `scrollend` events on page load before any actual scrolling in Chrome [`#58`](https://github.com/janosh/svelte-toc/pull/58)

#### [v0.5.8](https://github.com/janosh/svelte-toc/compare/v0.5.7...v0.5.8)

> 21 March 2024
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.8",
"version": "0.5.9",
"type": "module",
"svelte": "./dist/index.js",
"bugs": "https://github.com/janosh/svelte-toc/issues",
Expand Down

0 comments on commit 989dadc

Please sign in to comment.