Skip to content

Commit

Permalink
1.2.0: New input values support (#55)
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
akazakou committed Jul 25, 2022
1 parent 61eebad commit f31bfe3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57690,7 +57690,7 @@ module.exports = JSON.parse('{"rules":{"*/*":{"endpoint":"{service}.{region}.ama
/***/ ((module) => {

"use strict";
module.exports = {"i8":"1.1.0"};
module.exports = {"i8":"1.2.0"};

/***/ })

Expand Down
4 changes: 2 additions & 2 deletions 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": "@dark-mechanicum/aws-codebuild",
"version": "1.1.0",
"version": "1.2.0",
"description": "GitHub Action to execute AWS CodeBuild jobs",
"author": "Andrei Kazakou<a.v.kazakou@gmail.com>",
"main": "dist/index.js",
Expand Down

0 comments on commit f31bfe3

Please sign in to comment.