Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.3...v2.0.0) (2021-10-22)

### Bug Fixes

* use Git auth URL for pushing ([#27](#27)) ([9b76e14](9b76e14))

### chore

* require semantic-release >=13.0.0 ([13288a4](13288a4))

### BREAKING CHANGES

* semantic-release >=13.0.0 is set as minimum
dependency to use this plugin.
  • Loading branch information
semantic-release-bot committed Oct 22, 2021
1 parent cef8854 commit 1b7819a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/saitho/semantic-release-backmerge/compare/v1.5.3...v2.0.0) (2021-10-22)


### Bug Fixes

* use Git auth URL for pushing ([#27](https://github.com/saitho/semantic-release-backmerge/issues/27)) ([9b76e14](https://github.com/saitho/semantic-release-backmerge/commit/9b76e14ed01068732230d0c1bca066da2761e5aa))


### chore

* require semantic-release >=13.0.0 ([13288a4](https://github.com/saitho/semantic-release-backmerge/commit/13288a405d820e4cbea536a297c7a173cc5f3719))


### BREAKING CHANGES

* semantic-release >=13.0.0 is set as minimum
dependency to use this plugin.

## [1.5.3](https://github.com/saitho/semantic-release-backmerge/compare/v1.5.2...v1.5.3) (2021-07-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saithodev/semantic-release-backmerge",
"description": "semantic-release plugin to back-merge a release into a develop branch",
"version": "1.5.3",
"version": "2.0.0",
"author": "Mario Lubenka",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1b7819a

Please sign in to comment.