diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6b1dda2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.1.0...v0.2.0) (2019-09-11) + + +### Features + +* add netlify support ([7e4cc2f](https://github.com/smooth-code/bundle-analyzer-javascript/commit/7e4cc2f)) diff --git a/lerna.json b/lerna.json index 1a425c6..d6e8d74 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.1.0", + "version": "0.2.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md new file mode 100644 index 0000000..f8f27ef --- /dev/null +++ b/packages/webpack-plugin/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [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) + + +### Features + +* add netlify support ([7e4cc2f](https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/commit/7e4cc2f)) diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 70a2339..58146f2 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.1.0", + "version": "0.2.0", "main": "lib/index.js", "repository": "https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin", "author": "Greg Bergé ",