Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 35762bd

Browse files
committedMar 18, 2019
chore(release): 2.0.0
1 parent 03933c7 commit 35762bd

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed
 

‎CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +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+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/webpack-contrib/raw-loader/compare/v1.0.0...v2.0.0) (2019-03-18)
7+
8+
9+
### Features
10+
11+
* use ES Module export instead of CommonJS ([#69](https://github.com/webpack-contrib/raw-loader/issues/69)) ([3c7bf2c](https://github.com/webpack-contrib/raw-loader/commit/3c7bf2c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* use ES Module export instead of CommonJS ([#69](https://github.com/webpack-contrib/raw-loader/issues/69)) ([3c7bf2c](https://github.com/webpack-contrib/raw-loader/commit/3c7bf2c))
17+
18+
19+
520
<a name="1.0.0"></a>
621
## 1.0.0 (2018-12-10)
722

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

2035
* minimum require `webpack` version is `4`
21-
* minimum require `nodejs` version is `6.9`
36+
* minimum require `nodejs` version is `6.9`

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raw-loader",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A loader for webpack that allows importing files as a String",
55
"license": "MIT",
66
"repository": "webpack-contrib/raw-loader",

0 commit comments

Comments
 (0)
This repository has been archived.