From c05e5bc8dd1b72942d52b5a6d1419751ea394b48 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Mon, 10 Dec 2018 14:47:21 +0300 Subject: [PATCH] chore(release): v1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72cd5a..d5d84d5 100644 --- a/CHANGELOG.md +++ b/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. + + +## 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` \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b6d1e48..8380ed6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "raw-loader", - "version": "0.5.1", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41639f3..596974e 100644 --- a/package.json +++ b/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",