Skip to content

Commit

Permalink
chore(release): v4.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-beta.1](v3.0.0...v4.0.0-beta.1) (2023-05-01)

### Bug Fixes

* `changelog` typo ([7822660](7822660))

### Features

* add `exports` field to `package.json` ([1197054](1197054))
* set `"type": "module"` for package ([fd53b41](fd53b41))

### BREAKING CHANGES

* remove `main`, `module`, `typings` fields from `package.json`
  • Loading branch information
semantic-release-bot committed May 1, 2023
1 parent 8979365 commit ce73002
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [4.0.0-beta.1](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/compare/v3.0.0...v4.0.0-beta.1) (2023-05-01)


### Bug Fixes

* `changelog` typo ([7822660](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/7822660d75cfffef8a293f514b546573364084c9))


### Features

* add `exports` field to `package.json` ([1197054](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/11970546811e18faf1f62c83fc089c0295b1c9d3))
* set `"type": "module"` for package ([fd53b41](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/fd53b41e929249da08d6de924553b62473afa02e))


### BREAKING CHANGES

* remove `main`, `module`, `typings` fields from `package.json`

# [3.0.0](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/compare/v2.0.0...v3.0.0) (2023-04-30)


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

0 comments on commit ce73002

Please sign in to comment.