diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23860f9..09abf21 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f68ab..7a9b247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.1](https://github.com/312-dev/scrolly/compare/scrolly-v1.13.0...scrolly-v1.13.1) (2026-03-03) + + +### Documentation + +* update API, architecture, and notifications for v1.13.0 ([#58](https://github.com/312-dev/scrolly/issues/58)) ([aca3b69](https://github.com/312-dev/scrolly/commit/aca3b695ac99b0e7783560fd163a3d282dcf0417)) + ## [1.13.0](https://github.com/312-dev/scrolly/compare/scrolly-v1.12.0...scrolly-v1.13.0) (2026-03-03) diff --git a/package-lock.json b/package-lock.json index 29db380..5a705aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scrolly", - "version": "1.13.0", + "version": "1.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scrolly", - "version": "1.13.0", + "version": "1.13.1", "license": "MIT", "dependencies": { "better-sqlite3": "^12.6.2", diff --git a/package.json b/package.json index 544646f..a8b9934 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scrolly", "license": "MIT", "private": true, - "version": "1.13.0", + "version": "1.13.1", "type": "module", "engines": { "node": ">=24"