Skip to content

Commit bd1ef55

Browse files
committed
Release 1.4.2
1 parent ddce602 commit bd1ef55

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.4.2](https://github.com/windicss/webpack-windicss-plugin/compare/1.4.1...1.4.2)
8+
9+
- fix: translate styled jsx [`#88`](https://github.com/windicss/webpack-windicss-plugin/pull/88)
10+
- chore(tests): add test for non-applied jsx @apply, tests #89 [`11a1b1d`](https://github.com/windicss/webpack-windicss-plugin/commit/11a1b1d12b5f7ca5939b6f65828b14f694bdd493)
11+
- chore(tests): removing redundent snapshot [`ddce602`](https://github.com/windicss/webpack-windicss-plugin/commit/ddce60299e7040db9b16c2f885761cdd567b9966)
12+
713
#### [1.4.1](https://github.com/windicss/webpack-windicss-plugin/compare/1.4.0...1.4.1)
814

15+
> 24 July 2021
16+
17+
- Release 1.4.1 [`c758c0e`](https://github.com/windicss/webpack-windicss-plugin/commit/c758c0e3f22d203db07d8f3f1fe411187a831121)
918
- fix: remove ident from loaders [`94e2dc4`](https://github.com/windicss/webpack-windicss-plugin/commit/94e2dc4cc886e8333b1a22e146f13d2c7258596d)
1019

1120
#### [1.4.0](https://github.com/windicss/webpack-windicss-plugin/compare/1.3.0...1.4.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windicss-webpack-plugin",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"license": "MIT",
55
"author": {
66
"name": "Harlan Wilton",

0 commit comments

Comments
 (0)