Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 16, 2019
1 parent bb8e58b commit 21e70d2
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.3.0...v0.3.1) (2019-09-16)


### Bug Fixes

* add missing bin ([b2ae52b](https://github.com/smooth-code/bundle-analyzer-javascript/commit/b2ae52b))
* fix fs issue & improve error messages ([bb8e58b](https://github.com/smooth-code/bundle-analyzer-javascript/commit/bb8e58b))





# [0.3.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.2.1...v0.3.0) (2019-09-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.3.0",
"version": "0.3.1",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/compare/v0.3.0...v0.3.1) (2019-09-16)


### Bug Fixes

* add missing bin ([b2ae52b](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/commit/b2ae52b))





# [0.3.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/compare/v0.2.1...v0.3.0) (2019-09-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bundle-analyzer/cli",
"description": "Bundle Analyzer CLI.",
"version": "0.3.0",
"version": "0.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli",
"author": "Greg Bergé <[email protected]>",
Expand All @@ -25,7 +25,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/core": "^0.3.0",
"@bundle-analyzer/core": "^0.3.1",
"commander": "^3.0.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/compare/v0.3.0...v0.3.1) (2019-09-16)


### Bug Fixes

* fix fs issue & improve error messages ([bb8e58b](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/commit/bb8e58b))





# [0.3.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/compare/v0.2.1...v0.3.0) (2019-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bundle-analyzer/core",
"description": "Bundle Analyzer Node.js uploader.",
"version": "0.3.0",
"version": "0.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core",
"author": "Greg Bergé <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.3.0...v0.3.1) (2019-09-16)

**Note:** Version bump only for package @bundle-analyzer/webpack-plugin





# [0.3.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.2.1...v0.3.0) (2019-09-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bundle-analyzer/webpack-plugin",
"description": "Bundle Analyzer webpack plugin.",
"version": "0.3.0",
"version": "0.3.1",
"main": "lib/index.js",
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin",
"author": "Greg Bergé <[email protected]>",
Expand All @@ -24,6 +24,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@bundle-analyzer/core": "^0.3.0"
"@bundle-analyzer/core": "^0.3.1"
}
}

0 comments on commit 21e70d2

Please sign in to comment.