Skip to content

Commit f345e43

Browse files
chore(main): release 0.11.0 (#195)
1 parent f49bd78 commit f345e43

4 files changed

Lines changed: 11 additions & 4 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.10.2"
2+
".": "0.11.0"
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.0](https://github.com/AlbertHernandez/github-action-nodejs-template/compare/v0.10.2...v0.11.0) (2024-07-14)
4+
5+
6+
### ✨ New Features
7+
8+
* migrate from CommonJS to ESModules ([#194](https://github.com/AlbertHernandez/github-action-nodejs-template/issues/194)) ([f49bd78](https://github.com/AlbertHernandez/github-action-nodejs-template/commit/f49bd780548e2682ed5af9512818273529cbfa5b))
9+
310
## [0.10.2](https://github.com/AlbertHernandez/github-action-nodejs-template/compare/v0.10.1...v0.10.2) (2024-06-29)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.10.2",
3+
"version": "0.11.0",
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)