diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ad7375..89688e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.2" + ".": "0.11.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4ac23..3378620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.3](https://github.com/AlbertHernandez/github-action-nodejs-template/compare/v0.11.2...v0.11.3) (2026-01-07) + + +### 🐛 Bug Fixes + +* **deps:** bump nanoid from 3.3.7 to 3.3.8 ([#338](https://github.com/AlbertHernandez/github-action-nodejs-template/issues/338)) ([434c9ef](https://github.com/AlbertHernandez/github-action-nodejs-template/commit/434c9ef2c95ca822a09035a0234deaf0ec156f9c)) + ## [0.11.2](https://github.com/AlbertHernandez/github-action-nodejs-template/compare/v0.11.1...v0.11.2) (2024-11-03) diff --git a/package.json b/package.json index d9cd38f..0a11d65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-nodejs-template", - "version": "0.11.2", + "version": "0.11.3", "description": "Template for new Github Actions based on Typescript with the Best Practices and Ready to be Released", "main": "dist/index.js", "author": "alberthernandezdev@gmail.com",