Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gagoar committed Sep 18, 2020
1 parent cc1ee03 commit 3f9d4b1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v2.1.1](https://github.com/gagoar/use-herald-action/compare/v2.1.0...v2.1.1)

> 18 September 2020
- Removing unused libraries + reverting @octokit/rest.js library [`#143`](https://github.com/gagoar/use-herald-action/pull/143)
- Update dependency lint-staged to v10.4.0 [`#138`](https://github.com/gagoar/use-herald-action/pull/138)
- Update dependency @types/jest to v26.0.14 [`#139`](https://github.com/gagoar/use-herald-action/pull/139)
- Update dependency @types/node to v13.13.21 [`#140`](https://github.com/gagoar/use-herald-action/pull/140)
- Update Node.js to v12.18.4 [`#136`](https://github.com/gagoar/use-herald-action/pull/136)
- Update dependency prettier to v2.1.2 [`#137`](https://github.com/gagoar/use-herald-action/pull/137)
- Update typescript-eslint monorepo to v4.1.1 [`#134`](https://github.com/gagoar/use-herald-action/pull/134)
- Update dependency @octokit/rest to v18.0.6 [`#133`](https://github.com/gagoar/use-herald-action/pull/133)
- Update dependency @types/node to v13.13.20 [`#135`](https://github.com/gagoar/use-herald-action/pull/135)
- Update dependency eslint to v7.9.0 [`#132`](https://github.com/gagoar/use-herald-action/pull/132)
- Update dependency pretty-quick to v3.0.2 [`#127`](https://github.com/gagoar/use-herald-action/pull/127)
- Update dependency @types/node to v13.13.19 [`#128`](https://github.com/gagoar/use-herald-action/pull/128)
- fixing merge-url on changelog generation [`#130`](https://github.com/gagoar/use-herald-action/pull/130)
- Replace context separator with right chevron [`#131`](https://github.com/gagoar/use-herald-action/pull/131)
- Bump node-fetch from 2.6.0 to 2.6.1 [`#126`](https://github.com/gagoar/use-herald-action/pull/126)
- Update dependency @types/node to v13.13.18 [`#123`](https://github.com/gagoar/use-herald-action/pull/123)
- Update dependency pretty-quick to v3.0.1 [`#122`](https://github.com/gagoar/use-herald-action/pull/122)
- Update dependency @types/node to v13.13.17 [`#121`](https://github.com/gagoar/use-herald-action/pull/121)
- 2.1.0 [`#119`](https://github.com/gagoar/use-herald-action/pull/119)

#### [v2.1.0](https://github.com/gagoar/use-herald-action/compare/v2.0.1...v2.1.0)

> 7 September 2020
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "use-herald-action",
"repository": "[email protected]:gagoar/use-herald-action.git",
"license": "MIT",
"version": "2.1.0",
"version": "2.1.1",
"description": "add subscribers, assignees and reviewers to your pull request",
"main": "index.ts",
"husky": {
Expand Down

0 comments on commit 3f9d4b1

Please sign in to comment.