Skip to content

Commit 093cfec

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](3.0.0...4.0.0) (2024-05-28) ### Code Refactoring * update project to ESM ([#5](#5)) ([1d18aec](1d18aec)) ### BREAKING CHANGES * migrate imports from CommonJS to ESM
1 parent 1d18aec commit 093cfec

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/iamludal/semantic-release-jira-notes/compare/3.0.0...4.0.0) (2024-05-28)
2+
3+
4+
### Code Refactoring
5+
6+
* update project to ESM ([#5](https://github.com/iamludal/semantic-release-jira-notes/issues/5)) ([1d18aec](https://github.com/iamludal/semantic-release-jira-notes/commit/1d18aecf617dc7363a854a58577c2fcf4197016d))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* migrate imports from CommonJS to ESM
12+
113
# [3.0.0](https://github.com/iamludal/semantic-release-jira-notes/compare/2.0.1...3.0.0) (2022-07-01)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-release-jira-notes",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)