Skip to content

Commit c1b35ae

Browse files
committed
chore(release): 4.0.0
1 parent 32986e2 commit c1b35ae

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [4.0.0](https://github.com/dessant/lock-threads/compare/v3.0.0...v4.0.0) (2022-12-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* the action now requires Node.js 16
11+
12+
### Bug Fixes
13+
14+
* update dependencies ([38e9185](https://github.com/dessant/lock-threads/commit/38e918558115222435d26c0639870cdbe3572929))
15+
* update docs ([32986e2](https://github.com/dessant/lock-threads/commit/32986e26965060a85db09e98ef7e5958c961ae84))
16+
517
## [3.0.0](https://github.com/dessant/lock-threads/compare/v2.1.2...v3.0.0) (2021-09-27)
618

719

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lock-threads",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A GitHub Action that locks closed issues and pull requests after a period of inactivity.",
55
"author": "Armin Sebastian",
66
"license": "MIT",

0 commit comments

Comments
 (0)