UNPKG

24.3 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="3.0.2"></a>
6## [3.0.2](https://github.com/webpack-contrib/webpack-defaults/compare/v3.0.1...v3.0.2) (2018-12-20)
7
8
9### Bug Fixes
10
11* relax minimum required nodejs ([#154](https://github.com/webpack-contrib/webpack-defaults/issues/154)) ([11cabb6](https://github.com/webpack-contrib/webpack-defaults/commit/11cabb6))
12* relax minimum required webpack version ([#155](https://github.com/webpack-contrib/webpack-defaults/issues/155)) ([acca23e](https://github.com/webpack-contrib/webpack-defaults/commit/acca23e))
13
14
15
16<a name="3.0.1"></a>
17## [3.0.1](https://github.com/webpack-contrib/webpack-defaults/compare/v3.0.0...v3.0.1) (2018-12-12)
18
19
20### Bug Fixes
21
22* change job order for appveyor (from low to high `nodejs` version)
23* use `node@6` for canary testing on CircleCI
24* use `@webpack-contrib/defaults` in package ([bb43bdf](https://github.com/webpack-contrib/webpack-defaults/commit/bb43bdf))
25
26
27
28<a name="3.0.0"></a>
29# [3.0.0](https://github.com/webpack-contrib/webpack-defaults/compare/v2.6.0...v3.0.0) (2018-12-12)
30
31
32### Bug Fixes
33
34* typo in `security` command (`scripts`) ([#148](https://github.com/webpack-contrib/webpack-defaults/issues/148)) ([7df6f45](https://github.com/webpack-contrib/webpack-defaults/commit/7df6f45))
35* ignore IntelliJ IDEA files (`*.iml`) ([#146](https://github.com/webpack-contrib/webpack-defaults/issues/146)) ([565c814](https://github.com/webpack-contrib/webpack-defaults/commit/565c814))
36* `husky` hooks setup ([#142](https://github.com/webpack-contrib/webpack-defaults/issues/142)) ([cd50463](https://github.com/webpack-contrib/webpack-defaults/commit/cd50463))
37* switch from `webpack-defaults` to `[@webpack-contrib](https://github.com/webpack-contrib)/defaults` ([#147](https://github.com/webpack-contrib/webpack-defaults/issues/147)) ([29a7013](https://github.com/webpack-contrib/webpack-defaults/commit/29a7013))
38* bin field problem ([91f54d2](https://github.com/webpack-contrib/webpack-defaults/commit/91f54d2))
39* remove commitlint from templates ([f96786f](https://github.com/webpack-contrib/webpack-defaults/commit/f96786f))
40
41
42### Features
43
44* new pull request template ([#140](https://github.com/webpack-contrib/webpack-defaults/issues/140)) ([4fcadf5](https://github.com/webpack-contrib/webpack-defaults/commit/4fcadf5))
45* update deps and required configuration
46
47### BREAKING CHANGE
48
49* switch to `babel@7`
50
51
52
53<a name="2.6.0"></a>
54## [2.6.0](https://github.com/webpack-contrib/webpack-defaults/compare/v2.5.0...v2.6.0) (2018-09-05)
55
56
57### Bug Fixes
58
59* use `schema-utils` instead `@webpack-contrib/schema-utils` to validate options ([#128](https://github.com/webpack-contrib/webpack-defaults/issues/128)) ([63644e1](https://github.com/webpack-contrib/webpack-defaults/commit/63644e1))
60* skip canary tests on `appveyor` when it is not required ([f97c678](https://github.com/webpack-contrib/webpack-defaults/commit/f97c678))
61* correct link in README on `CONTRIBUTING.md` and `LICENSE` ([3307b05](https://github.com/webpack-contrib/webpack-defaults/commit/3307b05))
62
63### Features
64
65* add issues templates (bug, docs, feature, modification, support) ([9a97478](https://github.com/webpack-contrib/webpack-defaults/commit/9a97478))
66* add npm size badge to README ([a094e1f](https://github.com/webpack-contrib/webpack-defaults/commit/a094e1f))
67* add and use `node@10` for `appveyor` and `CircleCI` ([f97c678](https://github.com/webpack-contrib/webpack-defaults/commit/f97c678))
68* use `npm audit` instead `nsp` ([42e14e3](https://github.com/webpack-contrib/webpack-defaults/commit/42e14e3))
69* use `npm ci` where it is possible ([42e14e3](https://github.com/webpack-contrib/webpack-defaults/commit/42e14e3))
70* enable `cache` for `appveyor`
71
72### Internal
73
74* remove `codecov` config file, default configuration is enough ([9f4f9fc]((https://github.com/webpack-contrib/webpack-defaults/commit/9f4f9fc))
75* simplify CircleCI config ([42e14e3](https://github.com/webpack-contrib/webpack-defaults/commit/42e14e3))
76
77
78
79<a name="2.3.0"></a>
80# [2.3.0](https://github.com/webpack-contrib/webpack-defaults/compare/v2.2.1...v2.3.0) (2018-04-03)
81
82
83### Features
84
85* **templates:** add contributing guidelines ([#109](https://github.com/webpack-contrib/webpack-defaults/issues/109)) ([43a2114](https://github.com/webpack-contrib/webpack-defaults/commit/43a2114))
86
87
88
89<a name="2.2.1"></a>
90## [2.2.1](https://github.com/webpack-contrib/webpack-defaults/compare/v2.2.0...v2.2.1) (2018-04-03)
91
92
93### Bug Fixes
94
95* **package:** Tighten engines version to disclude dev majors ([46021cb](https://github.com/webpack-contrib/webpack-defaults/commit/46021cb))
96
97
98
99<a name="2.2.0"></a>
100# [2.2.0](https://github.com/webpack-contrib/webpack-defaults/compare/v2.1.5...v2.2.0) (2018-04-02)
101
102
103### Features
104
105* **circle:** Add dist-tag version check to canary suite ([c64fae7](https://github.com/webpack-contrib/webpack-defaults/commit/c64fae7))
106
107
108
109<a name="2.1.5"></a>
110## [2.1.5](https://github.com/webpack-contrib/webpack-defaults/compare/v2.1.4...v2.1.5) (2018-04-02)
111
112
113### Bug Fixes
114
115* **package:** copy existing bin property ([#108](https://github.com/webpack-contrib/webpack-defaults/issues/108)) ([de92db1](https://github.com/webpack-contrib/webpack-defaults/commit/de92db1))
116* **typo:** fix issue template path ([#107](https://github.com/webpack-contrib/webpack-defaults/issues/107)) ([43867c4](https://github.com/webpack-contrib/webpack-defaults/commit/43867c4))
117
118
119
120<a name="2.1.4"></a>
121## [2.1.4](https://github.com/webpack-contrib/webpack-defaults/compare/v2.1.3...v2.1.4) (2018-04-01)
122
123
124### Bug Fixes
125
126* **package:** Use proper Node engines range ([c4b066d](https://github.com/webpack-contrib/webpack-defaults/commit/c4b066d))
127
128
129
130<a name="2.1.3"></a>
131## [2.1.3](https://github.com/webpack-contrib/webpack-defaults/compare/v2.1.2...v2.1.3) (2018-04-01)
132
133
134### Bug Fixes
135
136* add keywords to package, replace name in issue template ([#105](https://github.com/webpack-contrib/webpack-defaults/issues/105)) ([c5bed3c](https://github.com/webpack-contrib/webpack-defaults/commit/c5bed3c))
137
138
139
140<a name="2.1.2"></a>
141## [2.1.2](https://github.com/webpack-contrib/webpack-defaults/compare/v2.1.1...v2.1.2) (2018-04-01)
142
143
144### Code Refactoring
145
146* **Readme:** update readme with modern style and convention (#100) ([a300517](https://github.com/webpack-contrib/webpack-defaults/commit/a300517))
147
148- npmjs.org now left-aligns all content except images by default;
149 aligns section headers left
150- removes maintainers section: rarely kept up to date across the org
151- simplifies the Examples section, replaces lorem with [ placeholder ]
152- adds License section to point to LICENSE file for convenience
153- refactors the Options sections with simpler layout and easier to
154 read modern convention
155- adds package name header
156- moves badges below the webpack logo
157- uses github asset for webpack logo
158- adds Requirements section
159- replaces Usage with Getting Started and friendly text, direction
160- removed unnecessary multiple, copied Examples and Options
161
162<a name="2.1.1"></a>
163## [2.1.1](https://github.com/webpack-contrib/webpack-defaults/compare/v2.1.0...v2.1.1) (2018-03-28)
164
165
166### Bug Fixes
167
168* **commitlint:** fix type-enum options ([#99](https://github.com/webpack-contrib/webpack-defaults/issues/99)) ([c301bbc](https://github.com/webpack-contrib/webpack-defaults/commit/c301bbc)), closes [#94](https://github.com/webpack-contrib/webpack-defaults/issues/94) [#98](https://github.com/webpack-contrib/webpack-defaults/issues/98)
169
170
171
172<a name="2.1.0"></a>
173# [2.1.0](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0...v2.1.0) (2018-03-28)
174
175
176### Features
177
178* **dotfile:** add .editorconfig to templates ([#96](https://github.com/webpack-contrib/webpack-defaults/issues/96)) ([8e43fd4](https://github.com/webpack-contrib/webpack-defaults/commit/8e43fd4))
179
180
181
182<a name="2.0.0"></a>
183# [2.0.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.6.0...v2.0.0) (2018-03-26)
184
185
186### Code Refactoring
187
188* Webpack Defaults 2.x merge ([#88](https://github.com/webpack-contrib/webpack-defaults/issues/88)) ([979bdfd](https://github.com/webpack-contrib/webpack-defaults/commit/979bdfd))
189
190
191### Features
192
193* **tasks:** add `codecov.yml` ([#77](https://github.com/webpack-contrib/webpack-defaults/issues/77)) ([66e266b](https://github.com/webpack-contrib/webpack-defaults/commit/66e266b))
194
195
196### BREAKING CHANGES
197
198* Drops support for NodeJS 4.x
199
200refactor: Use non-deprecated config type
201
202 - Moves to non-deprecated eslint config format
203
204refactor: Prettier integration
205
206 - Leverages Prettier to manage code style
207 - Migrates to eslint-config-webpack 2.x ( Prettier support)
208 - Updates code style per the above
209 - Adds `.prettierrc` to enforce development configs
210* Implements Prettier & modifies suported Eslint
211configuration that transfers applicable rule responsibility to Prettier
212
213feat: Adds testing boilerplate
214 - Adds contrib standard testing config
215
216feat: Adds schema enforcement
217 - Installs schema utils dependency
218 - Creates `options.json` template
219 - Updates build script to accommodate `options.json`
220
221ci: Migrates to CircleCI 2.0 & custom build containers
222
223 - Migrates to CircleCI & a full continuous delivery workflow
224* Drops TravisCI in favor of CircleCI 2.0
225* Drops support for Webpack 2.x & adds 4.x support
226* Enforces existing commit message format
227in pre-commit as it's required for release automation
228
229
230
231<a name="2.0.0-rc.4"></a>
232# [2.0.0-rc.4](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2017-12-22)
233
234
235### Bug Fixes
236
237* Post install set script incorrect ([214b4e5](https://github.com/webpack-contrib/webpack-defaults/commit/214b4e5))
238
239
240### Features
241
242* Adds vscode Jest debug configuration ([f05533b](https://github.com/webpack-contrib/webpack-defaults/commit/f05533b))
243
244
245
246<a name="2.0.0-rc.3"></a>
247# [2.0.0-rc.3](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2017-12-21)
248
249
250### Bug Fixes
251
252* Set correct script on post-install ([79f71f2](https://github.com/webpack-contrib/webpack-defaults/commit/79f71f2))
253
254
255
256<a name="2.0.0-rc.2"></a>
257# [2.0.0-rc.2](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2017-12-20)
258
259
260### Bug Fixes
261
262* **templates:** Generate cache from lock file ([e0bad7c](https://github.com/webpack-contrib/webpack-defaults/commit/e0bad7c))
263
264
265
266<a name="2.0.0-rc.1"></a>
267# [2.0.0-rc.1](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2017-12-20)
268
269
270### Bug Fixes
271
272* **templates:** Fix test generation condition ([fcb49e2](https://github.com/webpack-contrib/webpack-defaults/commit/fcb49e2))
273
274
275
276<a name="2.0.0-rc.0"></a>
277# [2.0.0-rc.0](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-beta.1...v2.0.0-rc.0) (2017-12-19)
278
279
280### Bug Fixes
281
282* Update demo options property ([36d7e09](https://github.com/webpack-contrib/webpack-defaults/commit/36d7e09))
283
284
285
286<a name="2.0.0-beta.1"></a>
287# [2.0.0-beta.1](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2017-12-15)
288
289
290### Bug Fixes
291
292* Type in package ([8966c78](https://github.com/webpack-contrib/webpack-defaults/commit/8966c78))
293
294
295### Features
296
297* Adds codeowners template ([#89](https://github.com/webpack-contrib/webpack-defaults/issues/89)) ([30a2e3b](https://github.com/webpack-contrib/webpack-defaults/commit/30a2e3b))
298
299
300
301<a name="2.0.0-beta.0"></a>
302# [2.0.0-beta.0](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-alpha.2...v2.0.0-beta.0) (2017-12-15)
303
304
305### Bug Fixes
306
307* Do no initialize test example if directory exists ([f4bcc3e](https://github.com/webpack-contrib/webpack-defaults/commit/f4bcc3e))
308
309
310
311<a name="2.0.0-alpha.2"></a>
312# [2.0.0-alpha.2](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2017-12-15)
313
314
315### Bug Fixes
316
317* Limit branch validation range ([ed5e000](https://github.com/webpack-contrib/webpack-defaults/commit/ed5e000))
318* Limit commit linting range ([2896b57](https://github.com/webpack-contrib/webpack-defaults/commit/2896b57))
319
320
321
322<a name="2.0.0-alpha.1"></a>
323# [2.0.0-alpha.1](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2017-12-15)
324
325
326### Bug Fixes
327
328* incorrect eslint config name ([8258ad5](https://github.com/webpack-contrib/webpack-defaults/commit/8258ad5))
329* Readme template badge file extension ([ead2b33](https://github.com/webpack-contrib/webpack-defaults/commit/ead2b33))
330* Run coverage in CircleCI ([05d122a](https://github.com/webpack-contrib/webpack-defaults/commit/05d122a))
331* Update readme template with CircleCI badge ([d1bb56e](https://github.com/webpack-contrib/webpack-defaults/commit/d1bb56e))
332
333
334### Features
335
336* Adds commit lint configuration ([14ac5ac](https://github.com/webpack-contrib/webpack-defaults/commit/14ac5ac))
337
338
339
340<a name="2.0.0-alpha.0"></a>
341# [2.0.0-alpha.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.6.0...v2.0.0-alpha.0) (2017-12-15)
342
343
344* refactor: Prettier & CircleCI initial conversion (#86) ([c64d846](https://github.com/webpack-contrib/webpack-defaults/commit/c64d846)), closes [#86](https://github.com/webpack-contrib/webpack-defaults/issues/86)
345
346
347### Bug Fixes
348
349* Add eslintrc to files array ([ac33c43](https://github.com/webpack-contrib/webpack-defaults/commit/ac33c43))
350* Remove appveyor template from config ([ca86566](https://github.com/webpack-contrib/webpack-defaults/commit/ca86566))
351
352
353### Features
354
355* **tasks:** add `codecov.yml` ([#77](https://github.com/webpack-contrib/webpack-defaults/issues/77)) ([66e266b](https://github.com/webpack-contrib/webpack-defaults/commit/66e266b))
356
357
358### BREAKING CHANGES
359
360* Drops support for NodeJS 4.x
361* Implements Prettier & modifies suported Eslint configuration that transfers applicable rule responsibility to Prettier
362* Drops TravisCI in favor of CircleCI 2.0
363* Drops support for Webpack 2.x
364* Enforces existing commit message format in pre-commit as it's required for release automation
365
366
367
368<a name="1.6.0"></a>
369# [1.6.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.5.1...v1.6.0) (2017-09-30)
370
371
372### Features
373
374* update minimum required `node.js` version to `4.8` for travis CI (#82) ([ff4faf7](https://github.com/webpack-contrib/webpack-defaults/commit/ff4faf7))
375
376
377
378<a name="1.5.1"></a>
379## [1.5.1](https://github.com/webpack-contrib/webpack-defaults/compare/v1.5.0...v1.5.1) (2017-08-25)
380
381
382### Bug Fixes
383
384* **appveyor:** always use latest npm (#81) ([722b093](https://github.com/webpack-contrib/webpack-defaults/commit/722b093))
385
386
387
388<a name="1.5.0"></a>
389# [1.5.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.4.0...v1.5.0) (2017-07-06)
390
391
392### Bug Fixes
393
394* Include was using the deprecated nodejs key (#70) ([197df50](https://github.com/webpack-contrib/webpack-defaults/commit/197df50))
395
396
397### Features
398
399* add `webpack` as a `devDependency` (#76) ([bc8a415](https://github.com/webpack-contrib/webpack-defaults/commit/bc8a415))
400
401
402
403<a name="1.4.0"></a>
404# [1.4.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.3.0...v1.4.0) (2017-06-10)
405
406
407### Features
408
409* Implement Travis stages (#69) ([841b9c4](https://github.com/webpack-contrib/webpack-defaults/commit/841b9c4))
410
411
412
413<a name="1.3.0"></a>
414# [1.3.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.2.0...v1.3.0) (2017-06-09)
415
416
417### Bug Fixes
418
419* Adds missing appveyor task in config ([3bf7e89](https://github.com/webpack-contrib/webpack-defaults/commit/3bf7e89))
420
421
422### Features
423
424* Enforce peerDependencies via defaults (#64) ([4374571](https://github.com/webpack-contrib/webpack-defaults/commit/4374571))
425
426
427
428<a name="1.2.0"></a>
429# [1.2.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.1.1...v1.2.0) (2017-06-08)
430
431
432### Bug Fixes
433
434* release script should not exec `npm run` (#61) ([542996c](https://github.com/webpack-contrib/webpack-defaults/commit/542996c))
435
436
437### Features
438
439* Adds appveyor build file (#55) ([b0f5110](https://github.com/webpack-contrib/webpack-defaults/commit/b0f5110))
440
441
442
443<a name="1.1.1"></a>
444## [1.1.1](https://github.com/webpack-contrib/webpack-defaults/compare/v1.1.0...v1.1.1) (2017-06-07)
445
446
447### Bug Fixes
448
449* Uses serial exectuion for Jest in Travis (#60) ([896855e](https://github.com/webpack-contrib/webpack-defaults/commit/896855e))
450
451
452
453<a name="1.1.0"></a>
454# [1.1.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.0.1...v1.1.0) (2017-06-06)
455
456
457### Features
458
459* Migrate to npm[@latest](https://github.com/latest) (#58) ([14bb0a7](https://github.com/webpack-contrib/webpack-defaults/commit/14bb0a7))
460
461
462
463<a name="1.0.1"></a>
464## [1.0.1](https://github.com/webpack-contrib/webpack-defaults/compare/v1.0.0...v1.0.1) (2017-05-27)
465
466
467
468<a name="1.0.0"></a>
469# [1.0.0](https://github.com/webpack-contrib/webpack-defaults/compare/v0.4.7...v1.0.0) (2017-05-22)
470
471
472### Chores
473
474* **package:** Update to Jest 20 (#52) ([5ec728b](https://github.com/webpack-contrib/webpack-defaults/commit/5ec728b))
475
476
477### BREAKING CHANGES
478
479* **package:** Jest v20.0.0 introduce several breaking changes
480 the most notable is a move to a custom ( rewritten ) version of Jasmine 2.5.
481 This is known to effect at minimum, the test suite for `css-loader/new-loader's parse.test.js`
482
483- Forked Jasmine 2.5 into Jest's own test runner and rewrote large parts of Jasmine.
484- Jest does not write new snapshots by default on CI.
485- Moved the typescript parser from jest-editor-support into a separate jest-test-typescript-parser package.
486- Replaced auto-loading of babel-polyfill with only regenerator-runtime, fixes a major memory leak.
487
488See [Jest v20.0.0 Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md#jest-2000) and migration paths.
489
490
491
492<a name="0.4.7"></a>
493## [0.4.7](https://github.com/webpack-contrib/webpack-defaults/compare/v0.4.6...v0.4.7) (2017-05-22)
494
495
496### Bug Fixes
497
498* **babelrc:** Preset node target should be a string (#53) ([2d00bc1](https://github.com/webpack-contrib/webpack-defaults/commit/2d00bc1))
499
500
501
502<a name="0.4.6"></a>
503## [0.4.6](https://github.com/webpack-contrib/webpack-defaults/compare/v0.4.2...v0.4.6) (2017-04-29)
504
505
506### Bug Fixes
507
508* **.babelrc:** enable modules ([e9694cb](https://github.com/webpack-contrib/webpack-defaults/commit/e9694cb))
509* **src/tasks/babel:** enable modules ([f85ac12](https://github.com/webpack-contrib/webpack-defaults/commit/f85ac12))
510* **src/tasks/package:** disable sourcemaps in build script ([7ea294b](https://github.com/webpack-contrib/webpack-defaults/commit/7ea294b))
511* add missing cjs.js to filesOnce ([522205f](https://github.com/webpack-contrib/webpack-defaults/commit/522205f))
512* comment issue template ([50065fb](https://github.com/webpack-contrib/webpack-defaults/commit/50065fb))
513
514
515
516<a name="0.4.5"></a>
517## [0.4.5](https://github.com/webpack-contrib/webpack-defaults/compare/v0.4.4...v0.4.5) (2017-03-29)
518
519
520### Bug Fixes
521
522* add missing cjs.js to filesOnce ([a52507a](https://github.com/webpack-contrib/webpack-defaults/commit/a52507a))
523
524
525
526<a name="0.4.4"></a>
527## [0.4.4](https://github.com/webpack-contrib/webpack-defaults/compare/v0.4.3...v0.4.4) (2017-03-21)
528
529
530### Bug Fixes
531
532* **src/tasks/babel:** enable modules ([931f764](https://github.com/webpack-contrib/webpack-defaults/commit/931f764))
533* **src/tasks/package:** disable sourcemaps in build script ([47917b5](https://github.com/webpack-contrib/webpack-defaults/commit/47917b5))
534
535
536
537<a name="0.4.3"></a>
538## [0.4.3](https://github.com/webpack-contrib/webpack-defaults/compare/v0.4.2...v0.4.3) (2017-03-21)
539
540
541### Bug Fixes
542
543* **.babelrc:** enable modules ([f4ac207](https://github.com/webpack-contrib/webpack-defaults/commit/f4ac207))
544
545
546
547<a name="0.4.2"></a>
548## [0.4.2](https://github.com/webpack-contrib/webpack-defaults/compare/v0.4.1...v0.4.2) (2017-03-16)
549
550
551### Bug Fixes
552
553* **babel:** Adds object-rest-spread to env ([2d0f980](https://github.com/webpack-contrib/webpack-defaults/commit/2d0f980))
554
555
556
557<a name="0.4.1"></a>
558## [0.4.1](https://github.com/webpack-contrib/webpack-defaults/compare/v0.4.0...v0.4.1) (2017-03-15)
559
560
561### Bug Fixes
562
563* overwrite .travis.yml ([577f6c7](https://github.com/webpack-contrib/webpack-defaults/commit/577f6c7))
564
565
566
567<a name="0.4.0"></a>
568# [0.4.0](https://github.com/webpack-contrib/webpack-defaults/compare/v0.3.0...v0.4.0) (2017-03-15)
569
570
571### Features
572
573* add test:watch script ([a61621b](https://github.com/webpack-contrib/webpack-defaults/commit/a61621b)), closes [#31](https://github.com/webpack-contrib/webpack-defaults/issues/31)
574
575
576
577<a name="0.3.0"></a>
578# [0.3.0](https://github.com/webpack-contrib/webpack-defaults/compare/v0.2.1...v0.3.0) (2017-03-15)
579
580
581### Bug Fixes
582
583* overwrite .eslintrc ([0806980](https://github.com/webpack-contrib/webpack-defaults/commit/0806980))
584* target cjs.js in package template main prop ([d567b6d](https://github.com/webpack-contrib/webpack-defaults/commit/d567b6d))
585
586
587### Features
588
589* add commonjs proxy for es modules ([c770665](https://github.com/webpack-contrib/webpack-defaults/commit/c770665))
590
591
592
593<a name="0.2.1"></a>
594# [0.2.1](https://github.com/webpack-contrib/webpack-defaults/compare/v0.2.0...v0.2.1) (2017-03-06)
595
596
597### Refactor
598
599* **package:** removes all bithound references ([a2bb8ec](https://github.com/webpack-contrib/webpack-defaults/commit/a2bb8ec))
600
601
602<a name="0.2.0"></a>
603# [0.2.0](https://github.com/webpack-contrib/webpack-defaults/compare/v0.1.1...v0.2.0) (2017-03-06)
604
605
606### Bug Fixes
607
608* **package:** target proper security script ([18f6fd8](https://github.com/webpack-contrib/webpack-defaults/commit/18f6fd8))
609* update package.json in user’s package folder, not in webpack-default’s ([4e4a396](https://github.com/webpack-contrib/webpack-defaults/commit/4e4a396))
610* use mrm to update package.json, get rid of special check for webpack-defaults itself ([e2ed441](https://github.com/webpack-contrib/webpack-defaults/commit/e2ed441))
611
612
613### Features
614
615* incorporate standard-version ([519123a](https://github.com/webpack-contrib/webpack-defaults/commit/519123a))
616* **babel:** convert to babel-preset-env ([99b4db5](https://github.com/webpack-contrib/webpack-defaults/commit/99b4db5))
617
618
619<a name="0.1.1"></a>
620## [0.1.1](https://github.com/webpack-contrib/webpack-defaults/compare/v0.1.0...v0.1.1) (2017-03-05)
621
622
623### Bug Fixes
624
625* Allow Node 4 at `engines` ([4ccb8f2](https://github.com/webpack-contrib/webpack-defaults/commit/4ccb8f2))
626
627
628<a name="0.1.0"></a>
629# [0.1.0](https://github.com/webpack-contrib/webpack-defaults/compare/52a5019...v0.1.0) (2017-03-05)
630
631
632### Bug Fixes
633
634* **templates:** publish GitHub templates templates to npm ([8897219](https://github.com/webpack-contrib/webpack-defaults/commit/8897219))
635* **templates:** use sync version of cp-file ([46c94bd](https://github.com/webpack-contrib/webpack-defaults/commit/46c94bd))
636* **travis:** overwrite matrix.include instead of appending new values ([5310ebf](https://github.com/webpack-contrib/webpack-defaults/commit/5310ebf))
637* add prepublish script ([09aa855](https://github.com/webpack-contrib/webpack-defaults/commit/09aa855))
638* do not overwrite change log, add template ([7c75f2b](https://github.com/webpack-contrib/webpack-defaults/commit/7c75f2b))
639* README → README.md ([d11693a](https://github.com/webpack-contrib/webpack-defaults/commit/d11693a))
640* try to wrap avatar in a link ([617b280](https://github.com/webpack-contrib/webpack-defaults/commit/617b280))
641* tweak lint-staged command ([6afb2b8](https://github.com/webpack-contrib/webpack-defaults/commit/6afb2b8))
642* update logo ([ab6d261](https://github.com/webpack-contrib/webpack-defaults/commit/ab6d261))
643* wrap avatars in links ([dc33381](https://github.com/webpack-contrib/webpack-defaults/commit/dc33381))
644
645
646### Features
647
648* add Babel, Jest, etc. ([e624739](https://github.com/webpack-contrib/webpack-defaults/commit/e624739))
649* add engines to package.json ([8d47669](https://github.com/webpack-contrib/webpack-defaults/commit/8d47669))
650* add license and change log ([d2ce45d](https://github.com/webpack-contrib/webpack-defaults/commit/d2ce45d))
651* add readme ([0bcffe0](https://github.com/webpack-contrib/webpack-defaults/commit/0bcffe0))
652* GitHub templates ([52a5019](https://github.com/webpack-contrib/webpack-defaults/commit/52a5019))
653* list-staged ([dfb9073](https://github.com/webpack-contrib/webpack-defaults/commit/dfb9073))