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

Commit eaa1798

Browse files
chore(release): 3.1.0
1 parent 7ebf0d2 commit eaa1798

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
<a name="3.1.0"></a>
6+
# [3.1.0](https://github.com/webpack-contrib/webpack-defaults/compare/v3.0.5...v3.1.0) (2019-03-18)
7+
8+
9+
### Bug Fixes
10+
11+
* ci test script ([#164](https://github.com/webpack-contrib/webpack-defaults/issues/164)) ([b859e88](https://github.com/webpack-contrib/webpack-defaults/commit/b859e88))
12+
* commit linting ([#166](https://github.com/webpack-contrib/webpack-defaults/issues/166)) ([6addc2d](https://github.com/webpack-contrib/webpack-defaults/commit/6addc2d))
13+
14+
15+
### Features
16+
17+
* `test:only` script ([5c1a5b8](https://github.com/webpack-contrib/webpack-defaults/commit/5c1a5b8))
18+
* add `cjs` test ([#161](https://github.com/webpack-contrib/webpack-defaults/issues/161)) ([d6c9531](https://github.com/webpack-contrib/webpack-defaults/commit/d6c9531))
19+
20+
21+
522
<a name="3.0.5"></a>
623
## [3.0.5](https://github.com/webpack-contrib/webpack-defaults/compare/v3.0.3...v3.0.5) (2018-12-22)
724

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": "3.0.5",
3+
"version": "3.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)