Skip to content

Commit d88774d

Browse files
committed
2.1.0
1 parent bb169fe commit d88774d

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,29 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.1.0](https://github.com/gagoar/use-herald-action/compare/v2.0.1...v2.1.0)
8+
9+
> 8 September 2020
10+
11+
- adding targetURL when using `status` action [`#118`](https://github.com/gagoar/use-herald/action/pull/118)
12+
- Add `status` action [`#106`](https://github.com/gagoar/use-herald/action/pull/106)
13+
- Update typescript-eslint monorepo to v4.1.0 [`#116`](https://github.com/gagoar/use-herald/action/pull/116)
14+
- Update dependency husky to v4.3.0 [`#115`](https://github.com/gagoar/use-herald/action/pull/115)
15+
- Test for GH pages config [`#114`](https://github.com/gagoar/use-herald/action/pull/114)
16+
- Update dependency @octokit/rest to v18.0.5 [`#113`](https://github.com/gagoar/use-herald/action/pull/113)
17+
- Update dependency lint-staged to v10.3.0 [`#112`](https://github.com/gagoar/use-herald/action/pull/112)
18+
- Update dependency @types/jest to v26.0.13 [`#110`](https://github.com/gagoar/use-herald/action/pull/110)
19+
- Update dependency @types/node to v13.13.16 [`#111`](https://github.com/gagoar/use-herald/action/pull/111)
20+
- Update typescript-eslint monorepo to v4 [`#107`](https://github.com/gagoar/use-herald/action/pull/107)
21+
- Update dependency @types/jest to v26.0.12 [`#108`](https://github.com/gagoar/use-herald/action/pull/108)
22+
- Update dependency eslint to v7.8.1 [`#109`](https://github.com/gagoar/use-herald/action/pull/109)
23+
- Add label action [`#105`](https://github.com/gagoar/use-herald/action/pull/105)
24+
- 2.0.1 [`#104`](https://github.com/gagoar/use-herald/action/pull/104)
25+
- Add `status` action (#106) [`#71`](https://github.com/gagoar/use-herald-action/issue/71)
26+
727
### [v2.0.1](https://github.com/gagoar/use-herald-action/compare/v1.4.0...v2.0.1)
828

9-
> 28 August 2020
29+
> 27 August 2020
1030
1131
- Adding pull_request_target [`#103`](https://github.com/gagoar/use-herald/action/pull/103)
1232
- Update dependency @actions/core to v1.2.5 [`#101`](https://github.com/gagoar/use-herald/action/pull/101)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "use-herald-action",
33
"repository": "git@github.com:gagoar/use-herald-action.git",
44
"license": "MIT",
5-
"version": "2.0.1",
5+
"version": "2.1.0",
66
"description": "add subscribers, assignees and reviewers to your pull request",
77
"main": "index.ts",
88
"husky": {

0 commit comments

Comments
 (0)