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.2.0...v2.0.0) (2020-01-19)

### Features

* drop nodejs v8 support ([80f0a24](80f0a24))

### Performance Improvements

* **package:** up deps & tech release ([bf00b41](bf00b41))

### BREAKING CHANGES

* drop nodejs v8
  • Loading branch information
qiwibot committed Jan 19, 2020
1 parent 80f0a24 commit 8631e6d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/qiwi/multi-semantic-release/compare/v1.2.0...v2.0.0) (2020-01-19)


### Features

* drop nodejs v8 support ([80f0a24](https://github.com/qiwi/multi-semantic-release/commit/80f0a242e195c6b4f7d6a68cdcbff9a25cd5577f))


### Performance Improvements

* **package:** up deps & tech release ([bf00b41](https://github.com/qiwi/multi-semantic-release/commit/bf00b41662805ba87d67865830c7b0d8d88e20b9))


### BREAKING CHANGES

* drop nodejs v8

# [1.2.0](https://github.com/qiwi/multi-semantic-release/compare/v1.1.0...v1.2.0) (2019-11-03)


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": "@qiwi/multi-semantic-release",
"author": "Dave Houlbrooke <[email protected]>",
"version": "1.2.0",
"version": "2.0.0",
"license": "0BSD",
"engines": {
"node": ">=8.3",
Expand Down

0 comments on commit 8631e6d

Please sign in to comment.