From 2e4b4d375de4106566097e5fe887cd45c9bbe598 Mon Sep 17 00:00:00 2001 From: "eoeo-release[bot]" <158570209+eoeo-release[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:18:16 +0900 Subject: [PATCH] release: v3.14.16 (#1595) :robot: I have created a release *beep* *boop* --- ## [3.14.16](https://github.com/eoeo-org/pow/compare/v3.14.15...v3.14.16) (2024-12-20) ### Dependencies * update node.js to v23.5.0 ([#1606](https://github.com/eoeo-org/pow/issues/1606)) ([5d0c718](https://github.com/eoeo-org/pow/commit/5d0c718906186ad42e5b1d75915d99d8a24bbac6)) ### Reverts * "chore: exclude the husky directory from language statistics" ([#1594](https://github.com/eoeo-org/pow/issues/1594)) ([0b696e3](https://github.com/eoeo-org/pow/commit/0b696e35f3b77666ee6266a9e32cb13d90822254)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: eoeo-release[bot] <158570209+eoeo-release[bot]@users.noreply.github.com> --- .../release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 267f57b7..ce9743c8 100644 --- a/.github/files/release-please/.release-please-manifest.json +++ b/.github/files/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.14.15" + ".": "3.14.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c1160451..9e94d0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.14.16](https://github.com/eoeo-org/pow/compare/v3.14.15...v3.14.16) (2024-12-20) + + +### Dependencies + +* update node.js to v23.5.0 ([#1606](https://github.com/eoeo-org/pow/issues/1606)) ([5d0c718](https://github.com/eoeo-org/pow/commit/5d0c718906186ad42e5b1d75915d99d8a24bbac6)) + + +### Reverts + +* "chore: exclude the husky directory from language statistics" ([#1594](https://github.com/eoeo-org/pow/issues/1594)) ([0b696e3](https://github.com/eoeo-org/pow/commit/0b696e35f3b77666ee6266a9e32cb13d90822254)) + ## [3.14.15](https://github.com/eoeo-org/pow/compare/v3.14.14...v3.14.15) (2024-12-12) diff --git a/package.json b/package.json index c7eb8ac7..e5772289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pow", - "version": "3.14.15", + "version": "3.14.16", "main": "dist/src/index.js", "scripts": { "start": "node .",