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

Commit 0a91a34

Browse files
chore(release): 5.0.0
1 parent 331b836 commit 0a91a34

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1-
# Change Log
1+
# Changelog
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.0.0](https://github.com/webpack-contrib/webpack-defaults/compare/v4.1.1...v5.0.0) (2019-06-04)
6+
7+
8+
### Bug Fixes
9+
10+
* links in templates ([0567173](https://github.com/webpack-contrib/webpack-defaults/commit/0567173))
11+
* replacing package name in templates ([#174](https://github.com/webpack-contrib/webpack-defaults/issues/174)) ([25b46e6](https://github.com/webpack-contrib/webpack-defaults/commit/25b46e6))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* minimum required node version is 8.9.0
17+
18+
19+
520
<a name="4.1.1"></a>
621
## [4.1.1](https://github.com/webpack-contrib/webpack-defaults/compare/v4.1.0...v4.1.1) (2019-05-24)
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": "4.1.1",
3+
"version": "5.0.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)