Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Commit 28dfdbd

Browse files
chore(release): 2.0.0
1 parent a55741d commit 28dfdbd

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
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.
44

5+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/webpack-contrib/cache-loader/compare/v1.2.5...v2.0.0) (2018-12-21)
7+
8+
9+
### Chores
10+
11+
* drop support for `webpack` < 4 ([#51](https://github.com/webpack-contrib/cache-loader/issues/51)) ([2e76d3f](https://github.com/webpack-contrib/cache-loader/commit/2e76d3f))
12+
* drop support for node < 6 ([#50](https://github.com/webpack-contrib/cache-loader/issues/50)) ([b8225cd](https://github.com/webpack-contrib/cache-loader/commit/b8225cd))
13+
14+
15+
### Features
16+
17+
* add `cacheContext` option ([#49](https://github.com/webpack-contrib/cache-loader/issues/49)) ([22d0173](https://github.com/webpack-contrib/cache-loader/commit/22d0173))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* drop support for `webpack` < 4
23+
* drop support for node < 6
24+
25+
26+
527
<a name="1.2.5"></a>
628
## [1.2.5](https://github.com/webpack-contrib/cache-loader/compare/v1.2.4...v1.2.5) (2018-10-31)
729

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-loader",
3-
"version": "1.2.5",
3+
"version": "2.0.0",
44
"description": "Caches the result of following loaders on disk.",
55
"license": "MIT",
66
"repository": "webpack-contrib/cache-loader",

0 commit comments

Comments
 (0)