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

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 26, 2018
1 parent a5e921c commit 5ac27d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.2.1"></a>
## [1.2.1](https://github.com/webpack-contrib/cache-loader/compare/v1.2.0...v1.2.1) (2018-02-26)


### Bug Fixes

* **package:** add `webpack >= v4.0.0` (`peerDependencies`) ([#32](https://github.com/webpack-contrib/cache-loader/issues/32)) ([a5e921c](https://github.com/webpack-contrib/cache-loader/commit/a5e921c))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/webpack-contrib/cache-loader/compare/v1.1.0...v1.2.0) (2017-11-17)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cache-loader",
"version": "1.2.0",
"version": "1.2.1",
"description": "Caches the result of following loaders on disk.",
"author": "Tobias Koppers @sokra",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"prepare": "npm run build",
"release": "standard-version",
"security": "nsp check",
"test": "jest",
Expand All @@ -25,7 +25,7 @@
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
"appveyor:test": "npm run test",
"webpack-defaults": "webpack-defaults"
"defaults": "webpack-defaults"
},
"dependencies": {
"async": "^2.4.1",
Expand Down Expand Up @@ -53,7 +53,7 @@
"webpack-defaults": "^1.6.0"
},
"engines": {
"node": ">= 4.3 < 5.0.0 || >= 5.10"
"node": ">= 4.8 < 5.0.0 || >= 5.10"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
Expand Down

0 comments on commit 5ac27d0

Please sign in to comment.