Skip to content

Commit

Permalink
🔖 Release v1.2.7 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Jul 5, 2021
1 parent 1c7efb2 commit 50eaa81
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [v1.2.7] - 2021-07-05

[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.7) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.6...v1.2.7) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.7) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.7.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.7.tar.gz))

### Dependency updates

- [`eaed25d`](https://github.com/BetaHuhn/action-input-parser/commit/eaed25d) Bump @types/node from 15.12.4 to 15.12.5
- [`bbc6e83`](https://github.com/BetaHuhn/action-input-parser/commit/bbc6e83) Bump @typescript-eslint/eslint-plugin from 4.28.0 to 4.28.1
- [`061d914`](https://github.com/BetaHuhn/action-input-parser/commit/061d914) Bump @typescript-eslint/parser from 4.28.0 to 4.28.1
- [`981362d`](https://github.com/BetaHuhn/action-input-parser/commit/981362d) Bump typescript from 4.3.4 to 4.3.5
- [`b6ba78c`](https://github.com/BetaHuhn/action-input-parser/commit/b6ba78c) Bump @types/node from 15.12.5 to 15.14.0

## [v1.2.6] - 2021-06-28

[Release notes](https://github.com/BetaHuhn/action-input-parser/releases/tag/v1.2.6) · [Compare](https://github.com/BetaHuhn/action-input-parser/compare/v1.2.5...v1.2.6) · [Tag](https://github.com/BetaHuhn/action-input-parser/tree/v1.2.6) · Archive ([zip](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.6.zip) · [tar.gz](https://github.com/BetaHuhn/action-input-parser/archive/v1.2.6.tar.gz))
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
@@ -1,6 +1,6 @@
{
"name": "action-input-parser",
"version": "1.2.6",
"version": "1.2.7",
"description": "Helper for parsing inputs in a GitHub Action",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 50eaa81

Please sign in to comment.