From a8f338e08dadb6669061d0148362e7265d4f9c57 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Wed, 4 Oct 2017 03:57:17 -0500 Subject: [PATCH] chore(release): 0.6.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f85ae..e793154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [0.6.1](https://github.com/webpack-contrib/url-loader/compare/v0.6.0...v0.6.1) (2017-10-04) + + +### Bug Fixes + +* **schema:** allow `additionalProperties` ([#94](https://github.com/webpack-contrib/url-loader/issues/94)) ([2b01ea2](https://github.com/webpack-contrib/url-loader/commit/2b01ea2)) + + + # [0.6.0](https://github.com/webpack-contrib/url-loader/compare/v0.5.9...v0.6.0) (2017-10-03) diff --git a/package.json b/package.json index 275c006..2336292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "url-loader", - "version": "0.6.0", + "version": "0.6.1", "author": "Tobias Koppers @sokra", "description": "url loader module for webpack", "license": "MIT",