Skip to content

Commit

Permalink
chore(release): v4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.0...v4.1.0) (2023-05-03)

### Bug Fixes

* error if no `outdir` and `outfile` was provided to `esbuild` ([b08c0e1](b08c0e1))

### Features

* add support for different `esbuild` `entryPoints` ([cb6d632](cb6d632))
* print `compilerOptions` used by plugin in `debug` mode ([4ee9168](4ee9168))
  • Loading branch information
semantic-release-bot committed May 3, 2023
1 parent cb6d632 commit 17072c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.1.0](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/compare/v4.0.0...v4.1.0) (2023-05-03)


### Bug Fixes

* error if no `outdir` and `outfile` was provided to `esbuild` ([b08c0e1](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/b08c0e16360a7584c5786b5231a7ca44a726047f))


### Features

* add support for different `esbuild` `entryPoints` ([cb6d632](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/cb6d6329f666b0e627addf3b4253e626178dbe07))
* print `compilerOptions` used by plugin in `debug` mode ([4ee9168](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/4ee9168b3a4afec77cb9724ad678ad630fca6a11))

# [4.0.0](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/compare/v3.0.0...v4.0.0) (2023-05-01)


Expand Down
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": "4.0.0",
"version": "4.1.0",
"type": "module",
"description": "esbuild plugin for compiling typescript declarations along with path aliases transformation.",
"license": "MIT",
Expand Down

0 comments on commit 17072c1

Please sign in to comment.