Skip to content

Commit 0d6b177

Browse files
committed
chore(release): publish v6.1.1
1 parent b6c35cb commit 0d6b177

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [6.1.1](https://github.com/swashata/wp-webpack-script/compare/v6.1.0...v6.1.1) (2021-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* do not use ts checker plugin if hasTypeScript is explicitly false ([b6c35cb](https://github.com/swashata/wp-webpack-script/commit/b6c35cb6fdd692e4f7de46e52f01d54e5ef6d8e5))
12+
13+
14+
15+
16+
617
# [6.1.0](https://github.com/swashata/wp-webpack-script/compare/v6.0.1...v6.1.0) (2021-04-28)
718

819

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": "6.1.0",
5+
"version": "6.1.1",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"registry": "https://registry.npmjs.org/",

packages/scripts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [6.1.1](https://github.com/swashata/wp-webpack-script/compare/v6.1.0...v6.1.1) (2021-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* do not use ts checker plugin if hasTypeScript is explicitly false ([b6c35cb](https://github.com/swashata/wp-webpack-script/commit/b6c35cb6fdd692e4f7de46e52f01d54e5ef6d8e5))
12+
13+
14+
15+
16+
617
# [6.1.0](https://github.com/swashata/wp-webpack-script/compare/v6.0.1...v6.1.0) (2021-04-28)
718

819

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": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Main single dependency of @wpackio build tool.",
55
"keywords": [
66
"wordpress",

0 commit comments

Comments
 (0)