Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit c8c272c

Browse files
chore(release): 5.1.0
1 parent 1a55ed6 commit c8c272c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.1.0](https://github.com/webpack-contrib/webpack-defaults/compare/v5.0.1...v5.1.0) (2019-10-22)
6+
7+
8+
### Bug Fixes
9+
10+
* lint-staged configuration ([#176](https://github.com/webpack-contrib/webpack-defaults/issues/176)) ([67fb0bc](https://github.com/webpack-contrib/webpack-defaults/commit/67fb0bc))
11+
* run prettier on `ts` files ([c322cfa](https://github.com/webpack-contrib/webpack-defaults/commit/c322cfa))
12+
13+
14+
### Features
15+
16+
* add node@13 to CI ([1a55ed6](https://github.com/webpack-contrib/webpack-defaults/commit/1a55ed6))
17+
18+
19+
520
## [5.0.1](https://github.com/webpack-contrib/webpack-defaults/compare/v5.0.0...v5.0.1) (2019-06-25)
621

722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-contrib/defaults",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Project configuration and boilerplate defaults for webpack projects",
55
"license": "MIT",
66
"repository": "webpack-contrib/webpack-defaults",

0 commit comments

Comments
 (0)