Skip to content

Commit 4d1701a

Browse files
committed
chore(release): publish v6.1.0
1 parent bb99130 commit 4d1701a

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.0](https://github.com/swashata/wp-webpack-script/compare/v6.0.1...v6.1.0) (2021-04-28)
7+
8+
9+
### Features
10+
11+
* add option to disable handling wordpress externals ([bb99130](https://github.com/swashata/wp-webpack-script/commit/bb991303b5c047641cb13d3d61fc4f0b7fe506f4))
12+
13+
14+
15+
16+
617
## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
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.0.1",
5+
"version": "6.1.0",
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.0](https://github.com/swashata/wp-webpack-script/compare/v6.0.1...v6.1.0) (2021-04-28)
7+
8+
9+
### Features
10+
11+
* add option to disable handling wordpress externals ([bb99130](https://github.com/swashata/wp-webpack-script/commit/bb991303b5c047641cb13d3d61fc4f0b7fe506f4))
12+
13+
14+
15+
16+
617
## [6.0.1](https://github.com/swashata/wp-webpack-script/compare/v6.0.0...v6.0.1) (2021-04-27)
718

819
**Note:** Version bump only for package @wpackio/scripts

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

0 commit comments

Comments
 (0)