diff --git a/.changeset/orange-places-guess.md b/.changeset/orange-places-guess.md deleted file mode 100644 index 5aaf0a8..0000000 --- a/.changeset/orange-places-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hirasso/restore-scroll": patch ---- - -Return a boolean from `restoreScroll()` indicating success / failure diff --git a/.changeset/stale-carrots-shop.md b/.changeset/stale-carrots-shop.md deleted file mode 100644 index de810ed..0000000 --- a/.changeset/stale-carrots-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hirasso/restore-scroll": major ---- - -Switch to [`@medv/finder`](https://github.com/antonmedv/finder) for the automatic selector generation diff --git a/.changeset/tangy-parrots-fall.md b/.changeset/tangy-parrots-fall.md deleted file mode 100644 index f967c50..0000000 --- a/.changeset/tangy-parrots-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hirasso/restore-scroll": patch ---- - -Update dev dependencies and tooling diff --git a/.changeset/ten-flowers-read.md b/.changeset/ten-flowers-read.md deleted file mode 100644 index d8dd3ec..0000000 --- a/.changeset/ten-flowers-read.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hirasso/restore-scroll": patch ---- - -Updated dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index d648e82..1f3d950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.0.0 + +### Major Changes + +- 08c0f64: Switch to [`@medv/finder`](https://github.com/antonmedv/finder) for the automatic selector generation + +### Patch Changes + +- 08c0f64: Return a boolean from `restoreScroll()` indicating success / failure +- 08c0f64: Update dev dependencies and tooling +- 08c0f64: Updated dependencies + ## 0.1.6 ### Patch Changes diff --git a/package.json b/package.json index 2acea08..4696f2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hirasso/restore-scroll", "amdName": "restoreScroll", - "version": "0.1.6", + "version": "1.0.0", "description": "Vanilla JavaScript scroll restoration for overflowing elements and the window using `history.state` ♻️", "packageManager": "pnpm@10.14.0", "author": {