This repository was archived by the owner on Feb 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +55
-8
lines changed Expand file tree Collapse file tree 10 files changed +55
-8
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.4.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.3.1...v0.4.0 ) (2019-09-17)
7+
8+
9+ ### Features
10+
11+ * add Gatsby plugin ([ 647d53e] ( https://github.com/smooth-code/bundle-analyzer-javascript/commit/647d53e ) )
12+ * support Node.js v8 ([ 3b58d48] ( https://github.com/smooth-code/bundle-analyzer-javascript/commit/3b58d48 ) )
13+
14+
15+
16+
17+
618## [ 0.3.1] ( https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.3.0...v0.3.1 ) (2019-09-16)
719
820
Original file line number Diff line number Diff line change 33 "packages" : [
44 " packages/*"
55 ],
6- "version" : " 0.3.1 " ,
6+ "version" : " 0.4.0 " ,
77 "npmClient" : " yarn" ,
88 "useWorkspaces" : true
99}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.4.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/compare/v0.3.1...v0.4.0 ) (2019-09-17)
7+
8+ ** Note:** Version bump only for package @bundle-analyzer/cli
9+
10+
11+
12+
13+
614## [ 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)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @bundle-analyzer/cli" ,
33 "description" : " Bundle Analyzer CLI." ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.4.0 " ,
55 "main" : " lib/index.js" ,
66 "repository" : " https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli" ,
77 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
2525 "prepublishOnly" : " yarn run build"
2626 },
2727 "dependencies" : {
28- "@bundle-analyzer/core" : " ^0.3.1 " ,
28+ "@bundle-analyzer/core" : " ^0.4.0 " ,
2929 "commander" : " ^3.0.1"
3030 },
3131 "devDependencies" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.4.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/compare/v0.3.1...v0.4.0 ) (2019-09-17)
7+
8+ ** Note:** Version bump only for package @bundle-analyzer/core
9+
10+
11+
12+
13+
614## [ 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)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @bundle-analyzer/core" ,
33 "description" : " Bundle Analyzer Node.js uploader." ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.4.0 " ,
55 "main" : " lib/index.js" ,
66 "repository" : " https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core" ,
77 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ # [ 0.4.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin/compare/v0.3.1...v0.4.0 ) (2019-09-17)
7+
8+
9+ ### Features
10+
11+ * add Gatsby plugin ([ 647d53e] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin/commit/647d53e ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @bundle-analyzer/gatsby-plugin" ,
33 "description" : " Bundle Analyzer Gatsby plugin." ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.4.0 " ,
55 "main" : " index.js" ,
66 "repository" : " https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/gatsby-plugin" ,
77 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
2424 "prepublishOnly" : " yarn run build"
2525 },
2626 "dependencies" : {
27- "@bundle-analyzer/webpack-plugin" : " ^0.3.1 "
27+ "@bundle-analyzer/webpack-plugin" : " ^0.4.0 "
2828 }
2929}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.4.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.3.1...v0.4.0 ) (2019-09-17)
7+
8+ ** Note:** Version bump only for package @bundle-analyzer/webpack-plugin
9+
10+
11+
12+
13+
614## [ 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)
715
816** Note:** Version bump only for package @bundle-analyzer/webpack-plugin
Original file line number Diff line number Diff line change 11{
22 "name" : " @bundle-analyzer/webpack-plugin" ,
33 "description" : " Bundle Analyzer webpack plugin." ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.4.0 " ,
55 "main" : " lib/index.js" ,
66 "repository" : " https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin" ,
77 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
2424 "prepublishOnly" : " yarn run build"
2525 },
2626 "dependencies" : {
27- "@bundle-analyzer/core" : " ^0.3.1 "
27+ "@bundle-analyzer/core" : " ^0.4.0 "
2828 }
2929}
You can’t perform that action at this time.
0 commit comments