Skip to content

Commit c8faece

Browse files
chore(main): release 0.11.3
1 parent 434c9ef commit c8faece

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.2"
2+
".": "0.11.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.11.3](https://github.com/AlbertHernandez/github-action-nodejs-template/compare/v0.11.2...v0.11.3) (2024-12-11)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
310
## [0.11.2](https://github.com/AlbertHernandez/github-action-nodejs-template/compare/v0.11.1...v0.11.2) (2024-11-03)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-nodejs-template",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "Template for new Github Actions based on Typescript with the Best Practices and Ready to be Released",
55
"main": "dist/index.js",
66
"author": "alberthernandezdev@gmail.com",

0 commit comments

Comments
 (0)