Skip to content

Commit 6f1be1e

Browse files
chore(main): release 2.0.0 (#679)
1 parent e2427ab commit 6f1be1e

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/christophehurpeau/reviewflow/compare/v1.123.1...v2.0.0) (2023-04-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop node 14
11+
12+
### Features
13+
14+
* drop node 14 ([eaec32a](https://github.com/christophehurpeau/reviewflow/commit/eaec32abf524945a40f5685a3950fdbf168238c4))
15+
16+
17+
### Bug Fixes
18+
19+
* better log errors to debug ([a95ef54](https://github.com/christophehurpeau/reviewflow/commit/a95ef543e4914750a0da21c581c43071c2a9f217))
20+
* fix qs security alert ([4c91e15](https://github.com/christophehurpeau/reviewflow/commit/4c91e15baf837bb8953b0890be80f564118e59f6))
21+
* skipCheckMergeableState in autoMergeChanged ([41b9b8e](https://github.com/christophehurpeau/reviewflow/commit/41b9b8e15914437947f81a56b6cfed3050ea9fe6))
22+
* when user change pr title or enable automerge, update body and title if necessary ([d03820c](https://github.com/christophehurpeau/reviewflow/commit/d03820ce6181242584b5588140f86804d95b8730))
23+
524
## [1.123.1](https://github.com/christophehurpeau/reviewflow/compare/v1.123.0...v1.123.1) (2023-03-15)
625

726

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reviewflow",
33
"private": true,
4-
"version": "1.123.1",
4+
"version": "2.0.0",
55
"description": "🚦 Open Source GitHub bot that improves PR flow from opening to merging.",
66
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
77
"license": "ISC",

0 commit comments

Comments
 (0)