Skip to content

Commit 989dadc

Browse files
committed
v0.5.9
1 parent 6219120 commit 989dadc

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ on:
88
jobs:
99
build:
1010
uses: janosh/workflows/.github/workflows/nodejs-gh-pages.yml@main
11+
with:
12+
install-cmd: npm install --force

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
#### [v0.5.9](https://github.com/janosh/svelte-toc/compare/v0.5.8...v0.5.9)
6+
7+
> 12 June 2024
8+
9+
- Ignore spurious `scrollend` events on page load before any actual scrolling in Chrome [`#58`](https://github.com/janosh/svelte-toc/pull/58)
10+
511
#### [v0.5.8](https://github.com/janosh/svelte-toc/compare/v0.5.7...v0.5.8)
612

713
> 21 March 2024

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://janosh.github.io/svelte-toc",
66
"repository": "https://github.com/janosh/svelte-toc",
77
"license": "MIT",
8-
"version": "0.5.8",
8+
"version": "0.5.9",
99
"type": "module",
1010
"svelte": "./dist/index.js",
1111
"bugs": "https://github.com/janosh/svelte-toc/issues",

0 commit comments

Comments
 (0)