Skip to content
This repository has been archived by the owner on Mar 17, 2021. 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 Mar 18, 2019
1 parent 03933c7 commit 35762bd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +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.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/webpack-contrib/raw-loader/compare/v1.0.0...v2.0.0) (2019-03-18)


### Features

* 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))


### BREAKING CHANGES

* 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))



<a name="1.0.0"></a>
## 1.0.0 (2018-12-10)

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

* minimum require `webpack` version is `4`
* minimum require `nodejs` version is `6.9`
* minimum require `nodejs` version is `6.9`
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": "raw-loader",
"version": "1.0.0",
"version": "2.0.0",
"description": "A loader for webpack that allows importing files as a String",
"license": "MIT",
"repository": "webpack-contrib/raw-loader",
Expand Down

0 comments on commit 35762bd

Please sign in to comment.