Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](2.0.1...3.0.0) (2022-07-01)

### Bug Fixes

* **generate-notes:** use release-notes-generator plugin ([e7c0770](e7c0770))

### BREAKING CHANGES

* **generate-notes:** users should now remove release-notes-generator
from their plugin list.
  • Loading branch information
semantic-release-bot committed Jul 1, 2022
1 parent e7c0770 commit 3af9a7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0](https://github.com/iamludal/semantic-release-jira-notes/compare/2.0.1...3.0.0) (2022-07-01)


### Bug Fixes

* **generate-notes:** use release-notes-generator plugin ([e7c0770](https://github.com/iamludal/semantic-release-jira-notes/commit/e7c0770d88727f397ddb62083598c3541a92239f))


### BREAKING CHANGES

* **generate-notes:** users should now remove release-notes-generator
from their plugin list.

## [2.0.1](https://github.com/iamludal/semantic-release-jira-notes/compare/2.0.0...2.0.1) (2022-06-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-jira-notes",
"version": "2.0.1",
"version": "3.0.0",
"description": "Semantic Release plugin to add JIRA issues link to the release notes",
"main": "src/index.js",
"author": "iamludal",
Expand Down

0 comments on commit 3af9a7d

Please sign in to comment.