Skip to content

Commit d478ad1

Browse files
committed
chore(release): 0.4.0
1 parent 2d7079e commit d478ad1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [0.4.0](https://github.com/pradel/create-react-app-esbuild/compare/v0.3.4...v0.4.0) (2021-09-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* add esbuild css minification (#36)
11+
12+
### Features
13+
14+
* add esbuild css minification ([#36](https://github.com/pradel/create-react-app-esbuild/issues/36)) ([35214fb](https://github.com/pradel/create-react-app-esbuild/commit/35214fb9325f52f7a4406afc7c9359650aa820da))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* upgrade deps ([#37](https://github.com/pradel/create-react-app-esbuild/issues/37)) ([2d7079e](https://github.com/pradel/create-react-app-esbuild/commit/2d7079e81269bed793b447d6c854e53dd314afc2))
20+
521
### [0.3.4](https://github.com/pradel/create-react-app-esbuild/compare/v0.3.3...v0.3.4) (2021-08-16)
622

723

packages/craco-esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craco-esbuild",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"main": "src/index.js",
55
"repository": "https://github.com/pradel/create-react-app-esbuild.git",
66
"author": "Leo Pradel <[email protected]>",

0 commit comments

Comments
 (0)