Skip to content

Commit 296fd77

Browse files
chore(main): release 1.1.0 (#183)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ecbbd0f commit 296fd77

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 1.0.0 (2021-02-23)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jef/conventional-commits-pr-action",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Lints pull requests based on Conventional Commits and Jira tickets",
66
"main": "build/src/main.js",

0 commit comments

Comments
 (0)