Skip to content

Commit 3be940e

Browse files
Merge pull request #627 from actions/prep-release
Bump release to 4.1.0
2 parents 54197c7 + 7d0e5be commit 3be940e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
Starting in version 4.0.0 we will maintain a changelog
3+
## [4.1.0](https://github.com/actions/stale/compare/v3.0.19...v4.1.0) (2021-07-14)
4+
5+
## Features
6+
7+
- [Ability to exempt draft PRs](https://github.com/actions/stale/commit/9912fa74d1c01b5d6187793d97441019cbe325d0
8+
)
49

510
## [4.0.0](https://github.com/actions/stale/compare/v3.0.19...v4.0.0) (2021-07-14)
611

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"main": "lib/main.js",
77
"scripts": {
88
"build": "tsc --project tsconfig.app.json",
9-
"format": "prettier --write --ignore-unknown **/*.{md,json,yml,ts}",
10-
"format-check": "prettier --check --ignore-unknown **/*.{md,json,yml,ts}",
9+
"format": "prettier --write --ignore-unknown **/*.{json,yml,ts}",
10+
"format-check": "prettier --check --ignore-unknown **/*.{json,yml,ts}",
1111
"lint": "eslint src/**/*.ts",
1212
"lint:fix": "eslint src/**/*.ts --fix",
1313
"lint:all": "npm run format-check && npm run lint",

0 commit comments

Comments
 (0)