diff --git a/.changeset/flat-zebras-press.md b/.changeset/flat-zebras-press.md deleted file mode 100644 index 3783af5..0000000 --- a/.changeset/flat-zebras-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'craco-esbuild': patch ---- - -Automate release process. diff --git a/packages/craco-esbuild/CHANGELOG.md b/packages/craco-esbuild/CHANGELOG.md index 3b7f105..86c2e3e 100644 --- a/packages/craco-esbuild/CHANGELOG.md +++ b/packages/craco-esbuild/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.4 + +### Patch Changes + +- [#46](https://github.com/pradel/create-react-app-esbuild/pull/46) [`109a742`](https://github.com/pradel/create-react-app-esbuild/commit/109a7429b780c2c6dd1f55d12ae11e3ca72ed36a) Thanks [@pradel](https://github.com/pradel)! - Automate release process. + All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.4.3](https://github.com/pradel/create-react-app-esbuild/compare/v0.4.2...v0.4.3) (2021-12-14) diff --git a/packages/craco-esbuild/package.json b/packages/craco-esbuild/package.json index 8b3a700..c982955 100644 --- a/packages/craco-esbuild/package.json +++ b/packages/craco-esbuild/package.json @@ -1,6 +1,6 @@ { "name": "craco-esbuild", - "version": "0.4.3", + "version": "0.4.4", "main": "src/index.js", "repository": "https://github.com/pradel/create-react-app-esbuild.git", "author": "Leo Pradel ",