From 88dfc00da6d16a8bedaccfb0cc8a5df5d9a95d89 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Sun, 8 Oct 2017 20:53:26 -0500 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8295c55..c6498e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.0](https://github.com/webpack-contrib/cache-loader/compare/v1.0.3...v1.1.0) (2017-10-09) + + +### Bug Fixes + +* add `cacheIdentifier` to documentation ([9a18ba9](https://github.com/webpack-contrib/cache-loader/commit/9a18ba9)) +* upgrade webpack-defaults, add missing dependency ([5025869](https://github.com/webpack-contrib/cache-loader/commit/5025869)) + + +### Features + +* invalidate cache ([#9](https://github.com/webpack-contrib/cache-loader/issues/9)) ([663e18a](https://github.com/webpack-contrib/cache-loader/commit/663e18a)) + + +### Performance Improvements + +* throw early if file doesn't exists ([#5](https://github.com/webpack-contrib/cache-loader/issues/5)) ([a7f3449](https://github.com/webpack-contrib/cache-loader/commit/a7f3449)) + + + ## [1.0.3](https://github.com/webpack-contrib/cache-loader/compare/v1.0.2...v1.0.3) (2017-04-26) diff --git a/package-lock.json b/package-lock.json index 489be72..4faa0af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cache-loader", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8478f5d..b4438ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-loader", - "version": "1.0.3", + "version": "1.1.0", "description": "Caches the result of following loaders on disk.", "author": "Tobias Koppers @sokra", "license": "MIT",