diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 66f3d59c7..ad291f5a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ ".github/workflows": "3.1.0", "actions/pre-job": "2.0.4", "actions/create-workflow-token": "3.0.0", - "actions/sticky-comment": "1.0.0" + "actions/sticky-comment": "1.0.1" } diff --git a/actions/sticky-comment/CHANGELOG.md b/actions/sticky-comment/CHANGELOG.md index 0f819f692..40e95acc8 100644 --- a/actions/sticky-comment/CHANGELOG.md +++ b/actions/sticky-comment/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.1](https://github.com/immich-app/devtools/compare/sticky-comment-action-v1.0.0...sticky-comment-action-v1.0.1) (2026-07-25) + + +### Chores + +* **deps:** lock file maintenance (npm) ([#1648](https://github.com/immich-app/devtools/issues/1648)) ([ae1f115](https://github.com/immich-app/devtools/commit/ae1f115cc80a4f85c9472254bc5c5804f6434fc1)) +* **deps:** lock file maintenance (npm) ([#1765](https://github.com/immich-app/devtools/issues/1765)) ([4a80062](https://github.com/immich-app/devtools/commit/4a8006296ad60bb6c1d8f7a9864fbaf3a806a436)) +* **deps:** update dependency @types/node to ^24.12.4 ([#1628](https://github.com/immich-app/devtools/issues/1628)) ([603b56a](https://github.com/immich-app/devtools/commit/603b56a75cb1598c91547e3a1a14441e4f3c88f0)) +* **deps:** update dependency @types/node to ^24.13.3 ([#1801](https://github.com/immich-app/devtools/issues/1801)) ([546e245](https://github.com/immich-app/devtools/commit/546e2451a337d99027d3b16c2088e9a390b38cb5)) +* **deps:** update node to ^24.13.0 ([#1674](https://github.com/immich-app/devtools/issues/1674)) ([1f8bbc4](https://github.com/immich-app/devtools/commit/1f8bbc4bb071b686e1c4e4c9c1cba619fac35ef7)) +* **deps:** update node to ^24.13.2 ([#1684](https://github.com/immich-app/devtools/issues/1684)) ([bfa4acc](https://github.com/immich-app/devtools/commit/bfa4acc72b47e4bad148d204dd9ed48e9e72c814)) +* **deps:** update node.js to v24.16.0 ([#1633](https://github.com/immich-app/devtools/issues/1633)) ([2fb355a](https://github.com/immich-app/devtools/commit/2fb355a417628e40e0c86297b4c50fa4d0e17930)) +* **deps:** update node.js to v24.17.0 ([#1713](https://github.com/immich-app/devtools/issues/1713)) ([1286576](https://github.com/immich-app/devtools/commit/12865768fe35fb9a10cf5149edcfbe6dea3e6e31)) +* **deps:** update node.js to v24.18.0 ([#1812](https://github.com/immich-app/devtools/issues/1812)) ([7d6add6](https://github.com/immich-app/devtools/commit/7d6add6248b75aa75b6df7a598282ec666804c13)) +* **deps:** update typescript-projects to v8.61.0 ([#1670](https://github.com/immich-app/devtools/issues/1670)) ([e6988cc](https://github.com/immich-app/devtools/commit/e6988ccea33f990c92218c125d88a1d928febd12)) + ## 1.0.0 (2026-05-19)