44
55### Features
66
7- - ** cli:** read sources from lerna.json if present ([ 77b90eb] ( https://github.com/JamieMason/syncpack/commit/77b90eb ) ), closes [ #11 ] ( https://github.com/JamieMason/syncpack/issues/11 )
7+ - ** cli:** read sources from lerna.json if present
8+ ([ 77b90eb] ( https://github.com/JamieMason/syncpack/commit/77b90eb ) ), closes
9+ [ #11 ] ( https://github.com/JamieMason/syncpack/issues/11 )
810
911<a name =" 3.3.0 " ></a >
1012
1113# [ 3.3.0] ( https://github.com/JamieMason/syncpack/compare/3.0.0...3.3.0 ) (2018-10-28)
1214
1315### Features
1416
15- - ** cli:** specify dependency types as options ([ ec5ef6b] ( https://github.com/JamieMason/syncpack/commit/ec5ef6b ) ), closes [ #10 ] ( https://github.com/JamieMason/syncpack/issues/10 )
16- - ** cli:** specify indentation as option ([ 8b408bd] ( https://github.com/JamieMason/syncpack/commit/8b408bd ) ), closes [ #12 ] ( https://github.com/JamieMason/syncpack/issues/12 )
17- - ** format:** sort contributors alphabetically ([ 935ffcf] ( https://github.com/JamieMason/syncpack/commit/935ffcf ) )
17+ - ** cli:** specify dependency types as options
18+ ([ ec5ef6b] ( https://github.com/JamieMason/syncpack/commit/ec5ef6b ) ), closes
19+ [ #10 ] ( https://github.com/JamieMason/syncpack/issues/10 )
20+ - ** cli:** specify indentation as option
21+ ([ 8b408bd] ( https://github.com/JamieMason/syncpack/commit/8b408bd ) ), closes
22+ [ #12 ] ( https://github.com/JamieMason/syncpack/issues/12 )
23+ - ** format:** sort contributors alphabetically
24+ ([ 935ffcf] ( https://github.com/JamieMason/syncpack/commit/935ffcf ) )
1825
1926### Performance Improvements
2027
21- - ** npm:** move [ @types ] ( https://github.com/types ) to devDependencies ([ ad5951c] ( https://github.com/JamieMason/syncpack/commit/ad5951c ) ), closes [ #13 ] ( https://github.com/JamieMason/syncpack/issues/13 )
28+ - ** npm:** move [ @types ] ( https://github.com/types ) to devDependencies
29+ ([ ad5951c] ( https://github.com/JamieMason/syncpack/commit/ad5951c ) ), closes
30+ [ #13 ] ( https://github.com/JamieMason/syncpack/issues/13 )
2231
2332<a name =" 3.0.0 " ></a >
2433
2534# [ 3.0.0] ( https://github.com/JamieMason/syncpack/compare/2.0.1...3.0.0 ) (2018-08-25)
2635
2736### Features
2837
29- - ** bin:** override package locations using repeatable --source options ([ 5dbcfd4] ( https://github.com/JamieMason/syncpack/commit/5dbcfd4 ) )
30- - ** list-mismatches:** return exit code on finding mismatches ([ 06958c6] ( https://github.com/JamieMason/syncpack/commit/06958c6 ) )
38+ - ** bin:** override package locations using repeatable --source options
39+ ([ 5dbcfd4] ( https://github.com/JamieMason/syncpack/commit/5dbcfd4 ) )
40+ - ** list-mismatches:** return exit code on finding mismatches
41+ ([ 06958c6] ( https://github.com/JamieMason/syncpack/commit/06958c6 ) )
3142
3243### BREAKING CHANGES
3344
34- - ** bin:** Previously the location of package.json files could be overridden like so:
45+ - ** bin:** Previously the location of package.json files could be overridden
46+ like so:
3547
3648```
3749syncpack list './package.json' './packages/*/package.json'
@@ -52,15 +64,19 @@ overridable `--target` option.
5264
5365### Bug Fixes
5466
55- - ** core:** ensure pattern overrides are read ([ 7513ba5] ( https://github.com/JamieMason/syncpack/commit/7513ba5 ) )
67+ - ** core:** ensure pattern overrides are read
68+ ([ 7513ba5] ( https://github.com/JamieMason/syncpack/commit/7513ba5 ) )
5669
5770<a name =" 2.0.0 " ></a >
5871
5972# [ 2.0.0] ( https://github.com/JamieMason/syncpack/compare/1.3.2...2.0.0 ) (2018-04-29)
6073
6174### Features
6275
63- - ** core:** support multiple glob patterns ([ a2b5af0] ( https://github.com/JamieMason/syncpack/commit/a2b5af0 ) ), closes [ #5 ] ( https://github.com/JamieMason/syncpack/issues/5 ) [ #6 ] ( https://github.com/JamieMason/syncpack/issues/6 )
76+ - ** core:** support multiple glob patterns
77+ ([ a2b5af0] ( https://github.com/JamieMason/syncpack/commit/a2b5af0 ) ), closes
78+ [ #5 ] ( https://github.com/JamieMason/syncpack/issues/5 )
79+ [ #6 ] ( https://github.com/JamieMason/syncpack/issues/6 )
6480
6581### BREAKING CHANGES
6682
@@ -72,16 +88,19 @@ overridable `--target` option.
7288
7389### Features
7490
75- - ** core:** add set-semver-ranges command ([ 4d206b9] ( https://github.com/JamieMason/syncpack/commit/4d206b9 ) )
91+ - ** core:** add set-semver-ranges command
92+ ([ 4d206b9] ( https://github.com/JamieMason/syncpack/commit/4d206b9 ) )
7693
7794<a name =" 1.2.2 " ></a >
7895
7996## [ 1.2.2] ( https://github.com/JamieMason/syncpack/compare/1.0.2...1.2.2 ) (2018-02-10)
8097
8198### Features
8299
83- - ** core:** add format command ([ bae1133] ( https://github.com/JamieMason/syncpack/commit/bae1133 ) )
84- - ** core:** output current version ([ e53cd99] ( https://github.com/JamieMason/syncpack/commit/e53cd99 ) )
100+ - ** core:** add format command
101+ ([ bae1133] ( https://github.com/JamieMason/syncpack/commit/bae1133 ) )
102+ - ** core:** output current version
103+ ([ e53cd99] ( https://github.com/JamieMason/syncpack/commit/e53cd99 ) )
85104
86105<a name =" 1.0.2 " ></a >
87106
@@ -93,24 +112,32 @@ overridable `--target` option.
93112
94113### Bug Fixes
95114
96- - ** core:** correct paths to binaries ([ 5682cd6] ( https://github.com/JamieMason/syncpack/commit/5682cd6 ) )
115+ - ** core:** correct paths to binaries
116+ ([ 5682cd6] ( https://github.com/JamieMason/syncpack/commit/5682cd6 ) )
97117
98118<a name =" 1.0.0 " ></a >
99119
100120# [ 1.0.0] ( https://github.com/JamieMason/syncpack/compare/0.3.1...1.0.0 ) (2018-02-02)
101121
102122### Bug Fixes
103123
104- - ** core:** correctly check a file is package.json ([ d1da609] ( https://github.com/JamieMason/syncpack/commit/d1da609 ) )
105- - ** core:** handle missing dependency maps ([ 372aa68] ( https://github.com/JamieMason/syncpack/commit/372aa68 ) )
106- - ** core:** handle semver ranges containing 1.x.x ([ a0f8f56] ( https://github.com/JamieMason/syncpack/commit/a0f8f56 ) )
124+ - ** core:** correctly check a file is package.json
125+ ([ d1da609] ( https://github.com/JamieMason/syncpack/commit/d1da609 ) )
126+ - ** core:** handle missing dependency maps
127+ ([ 372aa68] ( https://github.com/JamieMason/syncpack/commit/372aa68 ) )
128+ - ** core:** handle semver ranges containing 1.x.x
129+ ([ a0f8f56] ( https://github.com/JamieMason/syncpack/commit/a0f8f56 ) )
107130
108131### Features
109132
110- - ** core:** add fix-mismatches command ([ 4793f1f] ( https://github.com/JamieMason/syncpack/commit/4793f1f ) )
111- - ** core:** add list command ([ 3b29176] ( https://github.com/JamieMason/syncpack/commit/3b29176 ) )
112- - ** core:** add list-mismatches command ([ 735ad2b] ( https://github.com/JamieMason/syncpack/commit/735ad2b ) )
113- - ** core:** update command line API ([ de8dcb2] ( https://github.com/JamieMason/syncpack/commit/de8dcb2 ) )
133+ - ** core:** add fix-mismatches command
134+ ([ 4793f1f] ( https://github.com/JamieMason/syncpack/commit/4793f1f ) )
135+ - ** core:** add list command
136+ ([ 3b29176] ( https://github.com/JamieMason/syncpack/commit/3b29176 ) )
137+ - ** core:** add list-mismatches command
138+ ([ 735ad2b] ( https://github.com/JamieMason/syncpack/commit/735ad2b ) )
139+ - ** core:** update command line API
140+ ([ de8dcb2] ( https://github.com/JamieMason/syncpack/commit/de8dcb2 ) )
114141
115142### BREAKING CHANGES
116143
@@ -122,36 +149,41 @@ overridable `--target` option.
122149
123150### Bug Fixes
124151
125- - ** copy-values:** write results to disk ([ a641de4] ( https://github.com/JamieMason/syncpack/commit/a641de4 ) )
152+ - ** copy-values:** write results to disk
153+ ([ a641de4] ( https://github.com/JamieMason/syncpack/commit/a641de4 ) )
126154
127155<a name =" 0.3.0 " ></a >
128156
129157# [ 0.3.0] ( https://github.com/JamieMason/syncpack/compare/0.2.1...0.3.0 ) (2017-08-22)
130158
131159### Features
132160
133- - ** cli:** add copy-values command ([ b51a2c9] ( https://github.com/JamieMason/syncpack/commit/b51a2c9 ) )
161+ - ** cli:** add copy-values command
162+ ([ b51a2c9] ( https://github.com/JamieMason/syncpack/commit/b51a2c9 ) )
134163
135164<a name =" 0.2.1 " ></a >
136165
137166## [ 0.2.1] ( https://github.com/JamieMason/syncpack/compare/0.2.0...0.2.1 ) (2017-08-20)
138167
139168### Bug Fixes
140169
141- - ** core:** update dependencies, fix lint warnings ([ a65eef7] ( https://github.com/JamieMason/syncpack/commit/a65eef7 ) )
170+ - ** core:** update dependencies, fix lint warnings
171+ ([ a65eef7] ( https://github.com/JamieMason/syncpack/commit/a65eef7 ) )
142172
143173<a name =" 0.2.0 " ></a >
144174
145175# [ 0.2.0] ( https://github.com/JamieMason/syncpack/compare/0.1.0...0.2.0 ) (2017-08-20)
146176
147177### Features
148178
149- - ** sync:** synchronise versions across multiple package.json ([ 7d5848a] ( https://github.com/JamieMason/syncpack/commit/7d5848a ) )
179+ - ** sync:** synchronise versions across multiple package.json
180+ ([ 7d5848a] ( https://github.com/JamieMason/syncpack/commit/7d5848a ) )
150181
151182<a name =" 0.1.0 " ></a >
152183
153184# [ 0.1.0] ( https://github.com/JamieMason/syncpack/compare/f6dada7...0.1.0 ) (2017-08-18)
154185
155186### Features
156187
157- - ** cli:** create scaffold cli ([ f6dada7] ( https://github.com/JamieMason/syncpack/commit/f6dada7 ) )
188+ - ** cli:** create scaffold cli
189+ ([ f6dada7] ( https://github.com/JamieMason/syncpack/commit/f6dada7 ) )
0 commit comments