We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbbd0f commit 296fd77Copy full SHA for 296fd77
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.1.0](https://github.com/jef/conventional-commits-pr-action/compare/v1.0.0...v1.1.0) (2022-03-22)
4
+
5
6
+### Features
7
8
+* use node16, bump deps ([cc95951](https://github.com/jef/conventional-commits-pr-action/commit/cc959510ec8608ff1d43f15be229d7008f83404e))
9
10
## 1.0.0 (2021-02-23)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@jef/conventional-commits-pr-action",
- "version": "1.0.0",
+ "version": "1.1.0",
"private": true,
"description": "Lints pull requests based on Conventional Commits and Jira tickets",
"main": "build/src/main.js",
0 commit comments