diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c82c7e2..57dc27b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 41d72f45..46a4bcb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "use-herald-action", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5f0e909..196ae29f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "use-herald-action", "repository": "git@github.com: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": {