Skip to content

Commit

Permalink
Release 3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Feb 14, 2024
1 parent 938d1c6 commit ae76400
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

[//]: # (s-3.0.11)

# [3.0.11] - (2024-02-14)

## Misc
* Update dependencies.
* Update dependencies.

[//]: # (e-3.0.11)


[//]: # (s-3.0.10)

# [3.0.10] - (2024-01-02)
Expand Down
1 change: 0 additions & 1 deletion fragments/1704461468980.misc

This file was deleted.

1 change: 0 additions & 1 deletion fragments/1707915003689.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.10",
"version": "3.0.11",
"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.10
sonar.projectVersion=3.0.11
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.javascript.lcov.reportPaths=coverage/lcov.info
Expand Down

0 comments on commit ae76400

Please sign in to comment.