Skip to content

Commit 6698b51

Browse files
committed
chore(release): publish v3.3.0
1 parent b355d9d commit 6698b51

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.3.0](https://github.com/swashata/wp-webpack-script/compare/v3.2.0...v3.3.0) (2019-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **scripts:** add missing properties to default babel preset options ([68544b3](https://github.com/swashata/wp-webpack-script/commit/68544b3))
12+
13+
14+
### Features
15+
16+
* **scripts:** add async typecheck report ([3bf18dd](https://github.com/swashata/wp-webpack-script/commit/3bf18dd))
17+
* **scripts:** make build output style consistent ([b355d9d](https://github.com/swashata/wp-webpack-script/commit/b355d9d))
18+
* modify build warning message ([3f3face](https://github.com/swashata/wp-webpack-script/commit/3f3face))
19+
20+
21+
22+
23+
624
# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)
725

826

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "3.2.0",
5+
"version": "3.3.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"registry": "https://registry.npmjs.org/",

packages/scripts/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.3.0](https://github.com/swashata/wp-webpack-script/compare/v3.2.0...v3.3.0) (2019-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **scripts:** add missing properties to default babel preset options ([68544b3](https://github.com/swashata/wp-webpack-script/commit/68544b3))
12+
13+
14+
### Features
15+
16+
* **scripts:** add async typecheck report ([3bf18dd](https://github.com/swashata/wp-webpack-script/commit/3bf18dd))
17+
* **scripts:** make build output style consistent ([b355d9d](https://github.com/swashata/wp-webpack-script/commit/b355d9d))
18+
* modify build warning message ([3f3face](https://github.com/swashata/wp-webpack-script/commit/3f3face))
19+
20+
21+
22+
23+
624
# [3.2.0](https://github.com/swashata/wp-webpack-script/compare/v3.1.0...v3.2.0) (2019-04-28)
725

826

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpackio/scripts",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Main single dependency of @wpackio build tool.",
55
"keywords": [
66
"wordpress",

0 commit comments

Comments
 (0)