Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gagoar committed Sep 28, 2020
1 parent dd30327 commit 1829b5d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,27 @@ 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.2.0](https://github.com/gagoar/use-herald-action/compare/v2.1.1...v2.2.0)

- Pin dependency @types/markdown-table to 2.0.0 [`#159`](https://github.com/gagoar/use-herald-action/pull/159)
- comments as tables [`#158`](https://github.com/gagoar/use-herald-action/pull/158)
- Update dependency @actions/core to v1.2.6 [`#153`](https://github.com/gagoar/use-herald-action/pull/153)
- Update dependency eslint-config-prettier to v6.12.0 [`#155`](https://github.com/gagoar/use-herald-action/pull/155)
- adding the link to every action [`#154`](https://github.com/gagoar/use-herald-action/pull/154)
- Update typescript-eslint monorepo to v4.2.0 [`#152`](https://github.com/gagoar/use-herald-action/pull/152)
- Update dependency auto-changelog to v2.2.1 [`#146`](https://github.com/gagoar/use-herald-action/pull/146)
- Update dependency ts-jest to v26.4.0 [`#149`](https://github.com/gagoar/use-herald-action/pull/149)
- Add note in README directing users to app installation flow [`#150`](https://github.com/gagoar/use-herald-action/pull/150)
- Update dependency typescript to v4.0.3 [`#145`](https://github.com/gagoar/use-herald-action/pull/145)
- Update dependency debug to v4.2.0 [`#147`](https://github.com/gagoar/use-herald-action/pull/147)
- Fixing summary rule for bots [`#151`](https://github.com/gagoar/use-herald-action/pull/151)
- Create installation flow webpages [`#148`](https://github.com/gagoar/use-herald-action/pull/148)
- 2.1.1 [`#144`](https://github.com/gagoar/use-herald-action/pull/144)
- comments as tables (#158) [`#156`](https://github.com/gagoar/use-herald-action/issue/156)

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

> 18 September 2020
> 17 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)
Expand Down Expand Up @@ -126,7 +144,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update typescript-eslint monorepo to v3 [`#28`](https://github.com/gagoar/use-herald-action/pull/28)
- single comment when action comment is triggered [`#36`](https://github.com/gagoar/use-herald-action/pull/36)

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

> 22 July 2020
Expand All @@ -146,6 +164,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update Node.js to v12.18.2 [`#8`](https://github.com/gagoar/use-herald-action/pull/8)
- Pin dependencies [`#7`](https://github.com/gagoar/use-herald-action/pull/7)
- Add renovate.json [`#6`](https://github.com/gagoar/use-herald-action/pull/6)

#### v1.0

> 20 July 2020
- mv the workflow `validate_on_master` that was mistakenly left in the wrong directory [`#5`](https://github.com/gagoar/use-herald-action/pull/5)
- Stabilizing tests so it can be run on push [`#4`](https://github.com/gagoar/use-herald-action/pull/4)
- Adding workflow to verify master [`#3`](https://github.com/gagoar/use-herald-action/pull/3)
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.1",
"version": "2.2.0",
"description": "add subscribers, assignees and reviewers to your pull request",
"main": "index.ts",
"husky": {
Expand Down

0 comments on commit 1829b5d

Please sign in to comment.