From d0779d7b557b0024a03e9cde105d8880059ad568 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 19:51:49 +0000 Subject: [PATCH] chore(main): release scrolly 1.31.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bacdd30..306dc07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.30.0" + ".": "1.31.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a55bb..c031dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.31.0](https://github.com/312-dev/scrolly/compare/scrolly-v1.30.0...scrolly-v1.31.0) (2026-05-29) + + +### Features + +* watch-to-post reciprocity pacing (replaces clout) ([#182](https://github.com/312-dev/scrolly/issues/182)) ([07713b6](https://github.com/312-dev/scrolly/commit/07713b688246f4850d12ee0e3d21106c62b3d39d)) + + +### Miscellaneous + +* **deps:** bump lodash-es and langium ([#168](https://github.com/312-dev/scrolly/issues/168)) ([004d718](https://github.com/312-dev/scrolly/commit/004d7188cf66c45b3807ceadcad1e3f9b1368951)) +* **deps:** bump mermaid from 11.14.0 to 11.15.0 ([#170](https://github.com/312-dev/scrolly/issues/170)) ([5ff92a5](https://github.com/312-dev/scrolly/commit/5ff92a50662de91cef4d31751f58ea24c0a12017)) +* **deps:** bump postcss from 8.5.6 to 8.5.14 ([#169](https://github.com/312-dev/scrolly/issues/169)) ([aabb372](https://github.com/312-dev/scrolly/commit/aabb372119ec818c50d65079fcdef014cf73b327)) +* **deps:** bump the minor-and-patch group across 1 directory with 8 updates ([#164](https://github.com/312-dev/scrolly/issues/164)) ([5e043f7](https://github.com/312-dev/scrolly/commit/5e043f7b09f4bf678e72b34d615f2e50a4e0e0b8)) +* **deps:** bump the minor-and-patch group with 6 updates ([#171](https://github.com/312-dev/scrolly/issues/171)) ([e8c2e66](https://github.com/312-dev/scrolly/commit/e8c2e66a0d5de79c1785db1014ae8c6e5e79876f)) + ## [1.30.0](https://github.com/312-dev/scrolly/compare/scrolly-v1.29.6...scrolly-v1.30.0) (2026-05-08) diff --git a/package-lock.json b/package-lock.json index 53374f2..02e84a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scrolly", - "version": "1.30.0", + "version": "1.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scrolly", - "version": "1.30.0", + "version": "1.31.0", "license": "MIT", "dependencies": { "better-sqlite3": "^12.9.0", diff --git a/package.json b/package.json index 2583ac3..95b6e98 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scrolly", "license": "MIT", "private": true, - "version": "1.30.0", + "version": "1.31.0", "type": "module", "engines": { "node": ">=24"