diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..35d2f2e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# [0.1.0](https://github.com/actions/typescript-action/compare/v0.0.0...v0.1.0) (2021-05-17) + + +### Bug Fixes + +* ci ([d3f530e](https://github.com/actions/typescript-action/commit/d3f530e8cfc74f7e5a3c60f771d7b5610fad2851)) +* filePath ([44c080c](https://github.com/actions/typescript-action/commit/44c080c77619da6523956f01932777464f9ced9a)) +* update depends ([2641c1c](https://github.com/actions/typescript-action/commit/2641c1cb9bddceb24eedf024db53f1a09c8e825d)) + + +### Features + +* create action ([a782805](https://github.com/actions/typescript-action/commit/a7828055c7bf948b16b97627eb8e5e2a63641e41)) + + + diff --git a/package-lock.json b/package-lock.json index 27c915e..66fe4b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linear-app-create-issue-action", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f63d48..e95afc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linear-app-create-issue-action", - "version": "0.0.0", + "version": "0.1.0", "private": true, "description": "GitHub Action to create an Issue for Linear.app.", "main": "lib/main.js",