Skip to content

Commit 118157c

Browse files
committedApr 12, 2018
chore(release): 8.0.0
1 parent d94abdb commit 118157c

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed
 

‎CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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="8.0.0"></a>
6+
# [8.0.0](https://github.com/zkat/pacote/compare/v7.6.1...v8.0.0) (2018-04-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **git:** make full clones do a full mirror ([85b269b](https://github.com/zkat/pacote/commit/85b269b))
12+
13+
14+
### deps
15+
16+
* bump deps ([6737bf6](https://github.com/zkat/pacote/commit/6737bf6))
17+
18+
19+
### meta
20+
21+
* drop support for node@4 ([11478ff](https://github.com/zkat/pacote/commit/11478ff))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* some dependencies were upgraded to versions that do not
27+
support node@4.
28+
* node@4 is no longer supported
29+
30+
31+
532
<a name="7.6.1"></a>
633
## [7.6.1](https://github.com/zkat/pacote/compare/v7.6.0...v7.6.1) (2018-03-08)
734

‎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": "pacote",
3-
"version": "7.6.1",
3+
"version": "8.0.0",
44
"description": "JavaScript package downloader",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.