Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gagoar committed Sep 8, 2020
1 parent bb169fe commit d88774d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,29 @@ 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.0](https://github.com/gagoar/use-herald-action/compare/v2.0.1...v2.1.0)

> 8 September 2020
- adding targetURL when using `status` action [`#118`](https://github.com/gagoar/use-herald/action/pull/118)
- Add `status` action [`#106`](https://github.com/gagoar/use-herald/action/pull/106)
- Update typescript-eslint monorepo to v4.1.0 [`#116`](https://github.com/gagoar/use-herald/action/pull/116)
- Update dependency husky to v4.3.0 [`#115`](https://github.com/gagoar/use-herald/action/pull/115)
- Test for GH pages config [`#114`](https://github.com/gagoar/use-herald/action/pull/114)
- Update dependency @octokit/rest to v18.0.5 [`#113`](https://github.com/gagoar/use-herald/action/pull/113)
- Update dependency lint-staged to v10.3.0 [`#112`](https://github.com/gagoar/use-herald/action/pull/112)
- Update dependency @types/jest to v26.0.13 [`#110`](https://github.com/gagoar/use-herald/action/pull/110)
- Update dependency @types/node to v13.13.16 [`#111`](https://github.com/gagoar/use-herald/action/pull/111)
- Update typescript-eslint monorepo to v4 [`#107`](https://github.com/gagoar/use-herald/action/pull/107)
- Update dependency @types/jest to v26.0.12 [`#108`](https://github.com/gagoar/use-herald/action/pull/108)
- Update dependency eslint to v7.8.1 [`#109`](https://github.com/gagoar/use-herald/action/pull/109)
- Add label action [`#105`](https://github.com/gagoar/use-herald/action/pull/105)
- 2.0.1 [`#104`](https://github.com/gagoar/use-herald/action/pull/104)
- Add `status` action (#106) [`#71`](https://github.com/gagoar/use-herald-action/issue/71)

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

> 28 August 2020
> 27 August 2020
- Adding pull_request_target [`#103`](https://github.com/gagoar/use-herald/action/pull/103)
- Update dependency @actions/core to v1.2.5 [`#101`](https://github.com/gagoar/use-herald/action/pull/101)
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.0.1",
"version": "2.1.0",
"description": "add subscribers, assignees and reviewers to your pull request",
"main": "index.ts",
"husky": {
Expand Down

0 comments on commit d88774d

Please sign in to comment.