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

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 15, 2019
1 parent 9dcd860 commit 6289873
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,21 @@
# Change Log
# Changelog

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.

## [2.0.0](https://github.com/webpack-contrib/null-loader/compare/v1.0.0...v2.0.0) (2019-05-15)


### Bug Fixes

* handle not javascript modules ([#24](https://github.com/webpack-contrib/null-loader/issues/24)) ([9dcd860](https://github.com/webpack-contrib/null-loader/commit/9dcd860))


### BREAKING CHANGES

* loader don't generate comment by default



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

Expand All @@ -19,4 +33,3 @@ All notable changes to this project will be documented in this file. See [standa
### BREAKING CHANGES

* validation schema

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": "1.0.0",
"version": "2.0.0",
"description": "A webpack loader that returns an empty module.",
"license": "MIT",
"repository": "webpack-contrib/null-loader",
Expand Down

0 comments on commit 6289873

Please sign in to comment.