We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d18aec commit 093cfecCopy full SHA for 093cfec
CHANGELOG.md
@@ -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
13
# [3.0.0](https://github.com/iamludal/semantic-release-jira-notes/compare/2.0.1...3.0.0) (2022-07-01)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-release-jira-notes",
- "version": "3.0.0",
+ "version": "4.0.0",
"engines": {
"node": ">=18"
},
0 commit comments