Skip to content

Commit 3f9d4b1

Browse files
committed
2.1.1
1 parent cc1ee03 commit 3f9d4b1

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ 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.1](https://github.com/gagoar/use-herald-action/compare/v2.1.0...v2.1.1)
8+
9+
> 18 September 2020
10+
11+
- Removing unused libraries + reverting @octokit/rest.js library [`#143`](https://github.com/gagoar/use-herald-action/pull/143)
12+
- Update dependency lint-staged to v10.4.0 [`#138`](https://github.com/gagoar/use-herald-action/pull/138)
13+
- Update dependency @types/jest to v26.0.14 [`#139`](https://github.com/gagoar/use-herald-action/pull/139)
14+
- Update dependency @types/node to v13.13.21 [`#140`](https://github.com/gagoar/use-herald-action/pull/140)
15+
- Update Node.js to v12.18.4 [`#136`](https://github.com/gagoar/use-herald-action/pull/136)
16+
- Update dependency prettier to v2.1.2 [`#137`](https://github.com/gagoar/use-herald-action/pull/137)
17+
- Update typescript-eslint monorepo to v4.1.1 [`#134`](https://github.com/gagoar/use-herald-action/pull/134)
18+
- Update dependency @octokit/rest to v18.0.6 [`#133`](https://github.com/gagoar/use-herald-action/pull/133)
19+
- Update dependency @types/node to v13.13.20 [`#135`](https://github.com/gagoar/use-herald-action/pull/135)
20+
- Update dependency eslint to v7.9.0 [`#132`](https://github.com/gagoar/use-herald-action/pull/132)
21+
- Update dependency pretty-quick to v3.0.2 [`#127`](https://github.com/gagoar/use-herald-action/pull/127)
22+
- Update dependency @types/node to v13.13.19 [`#128`](https://github.com/gagoar/use-herald-action/pull/128)
23+
- fixing merge-url on changelog generation [`#130`](https://github.com/gagoar/use-herald-action/pull/130)
24+
- Replace context separator with right chevron [`#131`](https://github.com/gagoar/use-herald-action/pull/131)
25+
- Bump node-fetch from 2.6.0 to 2.6.1 [`#126`](https://github.com/gagoar/use-herald-action/pull/126)
26+
- Update dependency @types/node to v13.13.18 [`#123`](https://github.com/gagoar/use-herald-action/pull/123)
27+
- Update dependency pretty-quick to v3.0.1 [`#122`](https://github.com/gagoar/use-herald-action/pull/122)
28+
- Update dependency @types/node to v13.13.17 [`#121`](https://github.com/gagoar/use-herald-action/pull/121)
29+
- 2.1.0 [`#119`](https://github.com/gagoar/use-herald-action/pull/119)
30+
731
#### [v2.1.0](https://github.com/gagoar/use-herald-action/compare/v2.0.1...v2.1.0)
832

933
> 7 September 2020

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.1.0",
5+
"version": "2.1.1",
66
"description": "add subscribers, assignees and reviewers to your pull request",
77
"main": "index.ts",
88
"husky": {

0 commit comments

Comments
 (0)