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

Commit 6289873

Browse files
chore(release): 2.0.0
1 parent 9dcd860 commit 6289873

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
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+
## [2.0.0](https://github.com/webpack-contrib/null-loader/compare/v1.0.0...v2.0.0) (2019-05-15)
6+
7+
8+
### Bug Fixes
9+
10+
* handle not javascript modules ([#24](https://github.com/webpack-contrib/null-loader/issues/24)) ([9dcd860](https://github.com/webpack-contrib/null-loader/commit/9dcd860))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* loader don't generate comment by default
16+
17+
18+
519
<a name="1.0.0"></a>
620
# [1.0.0](https://github.com/webpack-contrib/css-loader/compare/v1.0.0) (2019-04-23)
721

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

2135
* validation schema
22-

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