semantic-release-bot
2022-08-16 07:28:53 +00:00
parent ac98808896
commit 68e78fc29b
3 changed files with 13 additions and 5 deletions
+8
View File
@@ -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))
+4 -4
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "actions-ansi-to-html",
"version": "0.0.0",
"version": "1.0.0",
"main": "./index.js",
"type": "module",
"license": "MIT",