From 672ba8078ad0879d13248929876de157ac59a06f Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Wed, 4 Oct 2017 12:58:19 -0500 Subject: [PATCH] chore(release): 0.6.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e793154..faa2dcf 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.2](https://github.com/webpack-contrib/url-loader/compare/v0.6.1...v0.6.2) (2017-10-04) + + +### Bug Fixes + +* allow use `limit` as string ([#96](https://github.com/webpack-contrib/url-loader/issues/96)) ([b31684d](https://github.com/webpack-contrib/url-loader/commit/b31684d)) + + + ## [0.6.1](https://github.com/webpack-contrib/url-loader/compare/v0.6.0...v0.6.1) (2017-10-04) diff --git a/package.json b/package.json index 2336292..582e932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "url-loader", - "version": "0.6.1", + "version": "0.6.2", "author": "Tobias Koppers @sokra", "description": "url loader module for webpack", "license": "MIT",