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

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 11, 2019
1 parent 9103f68 commit dee7526
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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.2.1](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.2.0...v0.2.1) (2019-09-11)


### Bug Fixes

* fix netlify branch recuperation ([9103f68](https://github.com/smooth-code/bundle-analyzer-javascript/commit/9103f68))





# [0.2.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.1.0...v0.2.0) (2019-09-11)


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.2.0",
"version": "0.2.1",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/webpack-plugin/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.2.1](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.2.0...v0.2.1) (2019-09-11)


### Bug Fixes

* fix netlify branch recuperation ([9103f68](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/9103f68))





# [0.2.0](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.1.0...v0.2.0) (2019-09-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "0.2.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 Down

0 comments on commit dee7526

Please sign in to comment.