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

Commit c05e5bc

Browse files
chore(release): v1.0.0
1 parent 147e7db commit c05e5bc

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
11
# Change Log
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.
4+
5+
<a name="1.0.0"></a>
6+
## 1.0.0 (2018-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* escape invalid characters ([#43](https://github.com/webpack-contrib/raw-loader/issues/43)) ([83f6541](https://github.com/webpack-contrib/raw-loader/commit/83f6541))
12+
13+
### Features
14+
15+
* schema validation ([#58](https://github.com/webpack-contrib/raw-loader/issues/58)) ([4a6da19](https://github.com/webpack-contrib/raw-loader/commit/4a6da19))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* minimum require `webpack` version is `4`
21+
* minimum require `nodejs` version is `6.9`

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": "raw-loader",
3-
"version": "0.5.1",
3+
"version": "1.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)