From dee75262379e51a4beb871e39f00badba9a7a216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 11 Sep 2019 12:34:09 +0200 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 11 +++++++++++ packages/webpack-plugin/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1dda2..75d236f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index d6e8d74..58d5a2d 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.2.0", + "version": "0.2.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index f8f27ef..d897051 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -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) diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 58146f2..1222877 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -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é ",