Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-08-17)

### Bug Fixes

* add proper `searchPath` ([9b6c87a](9b6c87a))
* display debug logs ([5579f80](5579f80))
* typecheck error ([483f785](483f785))

### Features

* add typescript utilities ([d19c363](d19c363))
* add utils ([c395317](c395317))
* plugin ([e22f57b](e22f57b))
  • Loading branch information
semantic-release-bot committed Aug 17, 2022
1 parent 3ab4993 commit bc050c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bc050c4

Please sign in to comment.