From e25808e75eff2a13a02a7edcbf7d7d703ebaacc1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 01:30:02 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-10-24) ### Bug Fixes * fix the package.json syntax error ([5927681](https://github.com/Metroxe/relative-to-alias-resolver/commit/59276814cb9b5eae807461e8700160b20e51ed76)) * move the release workflow to the correct directory ([c23117f](https://github.com/Metroxe/relative-to-alias-resolver/commit/c23117f241f508ed44bf960e95d659df62a3e664)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5960a8d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 (2024-10-24) + + +### Bug Fixes + +* fix the package.json syntax error ([5927681](https://github.com/Metroxe/relative-to-alias-resolver/commit/59276814cb9b5eae807461e8700160b20e51ed76)) +* move the release workflow to the correct directory ([c23117f](https://github.com/Metroxe/relative-to-alias-resolver/commit/c23117f241f508ed44bf960e95d659df62a3e664)) diff --git a/package-lock.json b/package-lock.json index 4ab0bd0..06513fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "relative-to-alias-resolver", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "relative-to-alias-resolver", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "commander": "^12.1.0", diff --git a/package.json b/package.json index 65071f9..85fb443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "relative-to-alias-resolver", - "version": "0.0.0", + "version": "1.0.0", "description": "converts a typescript from from relative imports to alias imports", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.js",