diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c775f94..bac4ebc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.0" + ".": "1.28.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80338b5..1678d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.28.0](https://github.com/312-dev/scrolly/compare/scrolly-v1.27.0...scrolly-v1.28.0) (2026-04-02) + + +### Features + +* UI polish — reaction pills, swipe bounds, settings cleanup ([#133](https://github.com/312-dev/scrolly/issues/133)) ([664eefa](https://github.com/312-dev/scrolly/commit/664eefafe0b7005210d09e352783d64a6903ba63)) + + +### Miscellaneous + +* **deps:** bump flatted from 3.3.3 to 3.4.2 ([#127](https://github.com/312-dev/scrolly/issues/127)) ([321f33b](https://github.com/312-dev/scrolly/commit/321f33b3dcb5a2fbf87a960586c3add03155bd9f)) +* **deps:** bump the minor-and-patch group with 11 updates ([#124](https://github.com/312-dev/scrolly/issues/124)) ([e25867d](https://github.com/312-dev/scrolly/commit/e25867d11a7de6d13ccb5a95442e3eb44092c6c4)) + ## [1.27.0](https://github.com/312-dev/scrolly/compare/scrolly-v1.26.0...scrolly-v1.27.0) (2026-03-14) diff --git a/package-lock.json b/package-lock.json index 422bf2f..9d050b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scrolly", - "version": "1.27.0", + "version": "1.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scrolly", - "version": "1.27.0", + "version": "1.28.0", "license": "MIT", "dependencies": { "better-sqlite3": "^12.8.0", diff --git a/package.json b/package.json index 4d714b0..cd50cb6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scrolly", "license": "MIT", "private": true, - "version": "1.27.0", + "version": "1.28.0", "type": "module", "engines": { "node": ">=24"