Skip to content

Commit

Permalink
🔖 Release v1.2.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaHuhnBot committed Jul 19, 2021
1 parent 7c9d994 commit 66238a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v1.2.9] - 2021-07-19

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

### Dependency updates

- [`dd7de94`](https://github.com/BetaHuhn/action-input-parser/commit/dd7de94) Bump @typescript-eslint/eslint-plugin from 4.28.2 to 4.28.3
- [`347d4dd`](https://github.com/BetaHuhn/action-input-parser/commit/347d4dd) Bump @typescript-eslint/parser from 4.28.2 to 4.28.3

## [v1.2.8] - 2021-07-12

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

0 comments on commit 66238a6

Please sign in to comment.