diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7c502..a2d7b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.0.0-beta.2](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2023-05-01) + + +### Bug Fixes + +* `postinstall script` ([9fae936](https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias/commit/9fae9367c1b65e95539ad17980ad10cf7dbfb4a5)) + # [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) diff --git a/package.json b/package.json index 89ba5bd..a5a3cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-d-ts-path-alias", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "type": "module", "description": "esbuild plugin for compiling typescript declarations along with path aliases transformation.", "license": "MIT",