This repository was archived by the owner on Feb 1, 2021. It is now read-only.
File tree 8 files changed +48
-6
lines changed
8 files changed +48
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.1] ( https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.3.0...v0.3.1 ) (2019-09-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add missing bin ([ b2ae52b] ( https://github.com/smooth-code/bundle-analyzer-javascript/commit/b2ae52b ) )
12
+ * fix fs issue & improve error messages ([ bb8e58b] ( https://github.com/smooth-code/bundle-analyzer-javascript/commit/bb8e58b ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 0.3.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/compare/v0.2.1...v0.3.0 ) (2019-09-16)
7
19
8
20
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.3.0 " ,
6
+ "version" : " 0.3.1 " ,
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true
9
9
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add missing bin ([ b2ae52b] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/commit/b2ae52b ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.3.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli/compare/v0.2.1...v0.3.0 ) (2019-09-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bundle-analyzer/cli" ,
3
3
"description" : " Bundle Analyzer CLI." ,
4
- "version" : " 0.3.0 " ,
4
+ "version" : " 0.3.1 " ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : " https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/cli" ,
7
7
"author" :
" Greg Bergé <[email protected] >" ,
25
25
"prepublishOnly" : " yarn run build"
26
26
},
27
27
"dependencies" : {
28
- "@bundle-analyzer/core" : " ^0.3.0 " ,
28
+ "@bundle-analyzer/core" : " ^0.3.1 " ,
29
29
"commander" : " ^3.0.1"
30
30
},
31
31
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix fs issue & improve error messages ([ bb8e58b] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/commit/bb8e58b ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.3.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core/compare/v0.2.1...v0.3.0 ) (2019-09-16)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bundle-analyzer/core" ,
3
3
"description" : " Bundle Analyzer Node.js uploader." ,
4
- "version" : " 0.3.0 " ,
4
+ "version" : " 0.3.1 " ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : " https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/core" ,
7
7
"author" :
" Greg Bergé <[email protected] >" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @bundle-analyzer/webpack-plugin
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.3.0] ( https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin/compare/v0.2.1...v0.3.0 ) (2019-09-16)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bundle-analyzer/webpack-plugin" ,
3
3
"description" : " Bundle Analyzer webpack plugin." ,
4
- "version" : " 0.3.0 " ,
4
+ "version" : " 0.3.1 " ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : " https://github.com/smooth-code/bundle-analyzer-javascript/tree/master/packages/webpack-plugin" ,
7
7
"author" :
" Greg Bergé <[email protected] >" ,
24
24
"prepublishOnly" : " yarn run build"
25
25
},
26
26
"dependencies" : {
27
- "@bundle-analyzer/core" : " ^0.3.0 "
27
+ "@bundle-analyzer/core" : " ^0.3.1 "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments