Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Apr 10, 2023
1 parent e2427ab commit 6f1be1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/christophehurpeau/reviewflow/compare/v1.123.1...v2.0.0) (2023-04-10)


### ⚠ BREAKING CHANGES

* drop node 14

### Features

* drop node 14 ([eaec32a](https://github.com/christophehurpeau/reviewflow/commit/eaec32abf524945a40f5685a3950fdbf168238c4))


### Bug Fixes

* better log errors to debug ([a95ef54](https://github.com/christophehurpeau/reviewflow/commit/a95ef543e4914750a0da21c581c43071c2a9f217))
* fix qs security alert ([4c91e15](https://github.com/christophehurpeau/reviewflow/commit/4c91e15baf837bb8953b0890be80f564118e59f6))
* skipCheckMergeableState in autoMergeChanged ([41b9b8e](https://github.com/christophehurpeau/reviewflow/commit/41b9b8e15914437947f81a56b6cfed3050ea9fe6))
* when user change pr title or enable automerge, update body and title if necessary ([d03820c](https://github.com/christophehurpeau/reviewflow/commit/d03820ce6181242584b5588140f86804d95b8730))

## [1.123.1](https://github.com/christophehurpeau/reviewflow/compare/v1.123.0...v1.123.1) (2023-03-15)


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": "reviewflow",
"private": true,
"version": "1.123.1",
"version": "2.0.0",
"description": "🚦 Open Source GitHub bot that improves PR flow from opening to merging.",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
"license": "ISC",
Expand Down

0 comments on commit 6f1be1e

Please sign in to comment.