From bc050c4d5f62442ec31f3cd1fa80db900855228d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Aug 2022 14:22:54 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-08-17) ### Bug Fixes * add proper `searchPath` ([9b6c87a](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/9b6c87a3ecfa06564f56858688bb3384d9fe4643)) * display debug logs ([5579f80](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/5579f80f556deb2ce351e1173efe3703cd1d7659)) * typecheck error ([483f785](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/483f785b467ebea2f8f310854c1831c21c94247b)) ### Features * add typescript utilities ([d19c363](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/d19c3637bca22e545249af8c4705dedd59b0d93f)) * add utils ([c395317](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/c395317f281ead9ce9307c7e6ab8acc99ea7d620)) * plugin ([e22f57b](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/e22f57b4cc01c9a3475327d8fca7bb32b39ac093)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc1bb3b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 1.0.0 (2022-08-17) + + +### Bug Fixes + +* add proper `searchPath` ([9b6c87a](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/9b6c87a3ecfa06564f56858688bb3384d9fe4643)) +* display debug logs ([5579f80](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/5579f80f556deb2ce351e1173efe3703cd1d7659)) +* typecheck error ([483f785](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/483f785b467ebea2f8f310854c1831c21c94247b)) + + +### Features + +* add typescript utilities ([d19c363](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/d19c3637bca22e545249af8c4705dedd59b0d93f)) +* add utils ([c395317](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/c395317f281ead9ce9307c7e6ab8acc99ea7d620)) +* plugin ([e22f57b](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/e22f57b4cc01c9a3475327d8fca7bb32b39ac093)) diff --git a/package.json b/package.json index c17f575..fa41b25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-d-ts-path-alias", - "version": "0.0.0", + "version": "1.0.0", "description": "ESBuild plugin for compiling typescript declarations along with path aliases transformation.", "license": "MIT", "author": "Artem Klyuev",