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

Commit dee7526

Browse files
committed
v0.2.1
1 parent 9103f68 commit dee7526

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

+11
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+
## [0.2.1](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.2.0...v0.2.1) (2019-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* fix netlify branch recuperation ([9103f68](https://github.com/smooth-code/bundle-analyzer-javascript/commit/9103f68))
12+
13+
14+
15+
16+
617
# [0.2.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.1.0...v0.2.0) (2019-09-11)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.2.0",
6+
"version": "0.2.1",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/webpack-plugin/CHANGELOG.md

+11
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+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* fix netlify branch recuperation ([9103f68](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/9103f68))
12+
13+
14+
15+
16+
617
# [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)
718

819

packages/webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bundle-analyzer/webpack-plugin",
33
"description": "Bundle Analyzer webpack plugin.",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"main": "lib/index.js",
66
"repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin",
77
"author": "Greg Bergé <[email protected]>",

0 commit comments

Comments
 (0)