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

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 23, 2019
1 parent 99833f0 commit 84998aa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,21 @@

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.

x.x.x / <year>-<month>-<day>
==================
<a name="1.0.0"></a>
# [1.0.0](https://github.com/webpack-contrib/css-loader/compare/v1.0.0) (2019-04-23)


### Bug Fixes

* don't create binary file
* relax `engines` field in `package-lock.json`

### Features

* validation schema


### BREAKING CHANGES

* validation schema

* Bug fix -
* Feature -
* Chore -
* Docs -
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "null-loader",
"version": "0.1.1",
"version": "1.0.0",
"description": "A webpack loader that returns an empty module.",
"license": "MIT",
"repository": "webpack-contrib/null-loader",
Expand Down

0 comments on commit 84998aa

Please sign in to comment.