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

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 10, 2018
1 parent 147e7db commit c05e5bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
# Change Log

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="1.0.0"></a>
## 1.0.0 (2018-12-10)


### Bug Fixes

* escape invalid characters ([#43](https://github.com/webpack-contrib/raw-loader/issues/43)) ([83f6541](https://github.com/webpack-contrib/raw-loader/commit/83f6541))

### Features

* schema validation ([#58](https://github.com/webpack-contrib/raw-loader/issues/58)) ([4a6da19](https://github.com/webpack-contrib/raw-loader/commit/4a6da19))


### BREAKING CHANGES

* minimum require `webpack` version is `4`
* 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": "0.5.1",
"version": "1.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 c05e5bc

Please sign in to comment.