diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef3748d..020a2d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ +[//]: # (s-3.0.13) + +# [3.0.13] - (2024-05-20) + +## Features +* Add support to node 22. + +## Misc +* Fix broken tests on node >=20. +* Update project dependencies. + +[//]: # (e-3.0.13) + + [//]: # (s-3.0.12) # [3.0.12] - (2024-02-22) diff --git a/fragments/1715806789217.feature b/fragments/1715806789217.feature deleted file mode 100644 index 23e71272..00000000 --- a/fragments/1715806789217.feature +++ /dev/null @@ -1 +0,0 @@ -Add support to node 22. \ No newline at end of file diff --git a/fragments/1715806850535.misc b/fragments/1715806850535.misc deleted file mode 100644 index 6ccffc5f..00000000 --- a/fragments/1715806850535.misc +++ /dev/null @@ -1 +0,0 @@ -Fix broken tests on node >=20. \ No newline at end of file diff --git a/fragments/1716217723519.misc b/fragments/1716217723519.misc deleted file mode 100644 index 39959bc0..00000000 --- a/fragments/1716217723519.misc +++ /dev/null @@ -1 +0,0 @@ -Update project dependencies. \ No newline at end of file diff --git a/package.json b/package.json index 01a04548..4445729d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "news-fragments", - "version": "3.0.12", + "version": "3.0.13", "description": "A release-it plugin to manipulate changelogs", "main": "src/index.js", "type": "module", diff --git a/sonar-project.properties b/sonar-project.properties index 31edf60b..c40e186b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.projectName=news-fragments sonar.organization=gboticario sonar.projectKey=54b291df-ce9e-4a5f-b1dd-36cb380195ec -sonar.projectVersion=3.0.12 +sonar.projectVersion=3.0.13 sonar.sources=. sonar.sourceEncoding=UTF-8 sonar.javascript.lcov.reportPaths=coverage/lcov.info