Skip to content

Commit

Permalink
chore(release): v3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2023-04-30)

### breaking

* update dependencies ([c56c559](c56c559))

### BREAKING CHANGES

* - update required `typescript version` to `>=5`
- update required `esbuild` version to `^0.17.0`
- update required `nodejs` version to `>=16.10.0`
  • Loading branch information
semantic-release-bot committed Apr 30, 2023
1 parent c7917b8 commit ad3aa19
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/compare/v2.0.0...v3.0.0) (2023-04-30)


### breaking

* update dependencies ([c56c559](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/c56c5595e2bce29cab098a5d6607a51aa8369baa))


### BREAKING CHANGES

* - update required `typescript version` to `>=5`
- update required `esbuild` version to `^0.17.0`
- update required `nodejs` version to `>=16.10.0`

# [2.0.0](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/compare/v1.1.0...v2.0.0) (2022-09-09)


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": "2.0.0",
"version": "3.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 ad3aa19

Please sign in to comment.