Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Aug 7, 2023
1 parent 8f9bad5 commit 119de2c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.3)

# [3.0.3] - (2023-08-07)

## Misc
* Update dependencies.

[//]: # (e-3.0.3)


[//]: # (s-3.0.2)

# [3.0.2] - (2023-07-20)
Expand Down
1 change: 0 additions & 1 deletion fragments/1690323929975.misc

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "news-fragments",
"version": "3.0.2",
"version": "3.0.3",
"description": "A release-it plugin to manipulate changelogs",
"main": "src/index.js",
"type": "module",
Expand Down
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.2
sonar.projectVersion=3.0.3
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.javascript.lcov.reportPaths=coverage/lcov.info
Expand Down

0 comments on commit 119de2c

Please sign in to comment.