From d9654940c8b55e9a3e6e4270a54ebb960bbb6990 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Sat, 16 Dec 2017 00:55:41 -0600 Subject: [PATCH] chore(release): 1.1.6 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d343ea6..4a43475 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. + +## [1.1.6](https://github.com/webpack/file-loader/compare/v1.1.5...v1.1.6) (2017-12-16) + + +### Bug Fixes + +* rootContext compatibility fix for legacy / v4 (#237) ([1e4b7cf](https://github.com/webpack/file-loader/commit/1e4b7cf)), closes [#237](https://github.com/webpack/file-loader/issues/237) + + + ## [1.1.5](https://github.com/webpack/file-loader/compare/v1.1.4...v1.1.5) (2017-10-05) diff --git a/package.json b/package.json index ab8c6d8..a832893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-loader", - "version": "1.1.5", + "version": "1.1.6", "author": "Tobias Koppers @sokra", "description": "file loader module for webpack", "license": "MIT",