Skip to content

Commit

Permalink
Release 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Jan 2, 2024
1 parent 7e820b8 commit 13153ee
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

[//]: # (s-3.0.10)

# [3.0.10] - (2024-01-02)

## Misc
* Update dependencies.

[//]: # (e-3.0.10)


[//]: # (s-3.0.9)

# [3.0.9] - (2023-12-12)
Expand Down
1 change: 0 additions & 1 deletion fragments/1702477945431.misc

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "news-fragments",
"version": "3.0.9",
"version": "3.0.10",
"description": "A release-it plugin to manipulate changelogs",
"main": "src/index.js",
"type": "module",
Expand Down Expand Up @@ -84,4 +84,4 @@
"bin": {
"news-fragments": "src/cli/index.js"
}
}
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectName=news-fragments
sonar.organization=gboticario
sonar.projectKey=54b291df-ce9e-4a5f-b1dd-36cb380195ec
sonar.projectVersion=3.0.9
sonar.projectVersion=3.0.10
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.javascript.lcov.reportPaths=coverage/lcov.info
Expand Down

0 comments on commit 13153ee

Please sign in to comment.