Skip to content

Commit aa59d82

Browse files
committedApr 9, 2018
chore(release): 11.0.0
1 parent 33d4eed commit aa59d82

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed
 

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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="11.0.0"></a>
6+
# [11.0.0](https://github.com/zkat/cacache/compare/v10.0.4...v11.0.0) (2018-04-09)
7+
8+
9+
### Features
10+
11+
* **opts:** use figgy-pudding for opts ([#128](https://github.com/zkat/cacache/issues/128)) ([33d4eed](https://github.com/zkat/cacache/commit/33d4eed))
12+
13+
14+
### meta
15+
16+
* drop support for node@4 ([529f347](https://github.com/zkat/cacache/commit/529f347))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* node@4 is no longer supported
22+
23+
24+
525
<a name="10.0.4"></a>
626
## [10.0.4](https://github.com/zkat/cacache/compare/v10.0.3...v10.0.4) (2018-02-16)
727

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cacache",
3-
"version": "10.0.4",
3+
"version": "11.0.0",
44
"cache-version": {
55
"content": "2",
66
"index": "5"

0 commit comments

Comments
 (0)
Please sign in to comment.