Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit 84998aa

Browse files
chore(release): 1.0.0
1 parent 99833f0 commit 84998aa

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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-
x.x.x / <year>-<month>-<day>
6-
==================
5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/webpack-contrib/css-loader/compare/v1.0.0) (2019-04-23)
7+
8+
9+
### Bug Fixes
10+
11+
* don't create binary file
12+
* relax `engines` field in `package-lock.json`
13+
14+
### Features
15+
16+
* validation schema
17+
18+
19+
### BREAKING CHANGES
20+
21+
* validation schema
722

8-
* Bug fix -
9-
* Feature -
10-
* Chore -
11-
* Docs -

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": "null-loader",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "A webpack loader that returns an empty module.",
55
"license": "MIT",
66
"repository": "webpack-contrib/null-loader",

0 commit comments

Comments
 (0)