diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aad122..d343ea6 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.5](https://github.com/webpack/file-loader/compare/v1.1.4...v1.1.5) (2017-10-05) + + +### Bug Fixes + +* **schema:** allow `name` to be a `{Function}` (`options.name`) ([#216](https://github.com/webpack/file-loader/issues/216)) ([fbfb160](https://github.com/webpack/file-loader/commit/fbfb160)) + + + ## [1.1.4](https://github.com/webpack/file-loader/compare/v1.1.3...v1.1.4) (2017-09-30) diff --git a/package.json b/package.json index aa934d4..46056f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-loader", - "version": "1.1.4", + "version": "1.1.5", "author": "Tobias Koppers @sokra", "description": "file loader module for webpack", "license": "MIT",