From 68e78fc29bdbef641e46151d60f3bfc10c9e2bcc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Aug 2022 07:28:53 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-08-16) ### Bug Fixes * cleaning up documentation ([5e352a5](https://github.com/justinm/actions-ansi-to-html/commit/5e352a5fe467cafbce57330f31439b523a6a7afa)) * do not run windows testing ([63c0f44](https://github.com/justinm/actions-ansi-to-html/commit/63c0f441a6d3998b529a9ad38dfba3d416e62210)) * missing release lib ([9a65b19](https://github.com/justinm/actions-ansi-to-html/commit/9a65b19ef6e8ba512778399b16a20166ef626c08)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7712b24 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# 1.0.0 (2022-08-16) + + +### Bug Fixes + +* cleaning up documentation ([5e352a5](https://github.com/justinm/actions-ansi-to-html/commit/5e352a5fe467cafbce57330f31439b523a6a7afa)) +* do not run windows testing ([63c0f44](https://github.com/justinm/actions-ansi-to-html/commit/63c0f441a6d3998b529a9ad38dfba3d416e62210)) +* missing release lib ([9a65b19](https://github.com/justinm/actions-ansi-to-html/commit/9a65b19ef6e8ba512778399b16a20166ef626c08)) diff --git a/package-lock.json b/package-lock.json index af4d79c..263c15c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "ansi-to-html-action", - "version": "0.0.0", + "name": "actions-ansi-to-html", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "ansi-to-html-action", - "version": "0.0.0", + "name": "actions-ansi-to-html", + "version": "1.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index d53150c..92c98c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-ansi-to-html", - "version": "0.0.0", + "version": "1.0.0", "main": "./index.js", "type": "module", "license": "MIT",