Skip to content

Commit bf86221

Browse files
committed
chore(release): 7.0.0
1 parent 68a4fc3 commit bf86221

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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="7.0.0"></a>
6+
# [7.0.0](https://github.com/npm/npm-package-arg/compare/v6.1.1...v7.0.0) (2019-11-11)
7+
8+
9+
### deps
10+
11+
* bump hosted-git-info to 3.0.2 ([68a4fc3](https://github.com/npm/npm-package-arg/commit/68a4fc3)), closes [/github.com/npm/hosted-git-info/pull/38#issuecomment-520243803](https://github.com//github.com/npm/hosted-git-info/pull/38/issues/issuecomment-520243803)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* this drops support for ancient node versions.
17+
18+
19+
520
<a name="6.1.1"></a>
621
## [6.1.1](https://github.com/npm/npm-package-arg/compare/v6.1.0...v6.1.1) (2019-08-21)
722

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": "npm-package-arg",
3-
"version": "6.1.1",
3+
"version": "7.0.0",
44
"description": "Parse the things that can be arguments to `npm install`",
55
"main": "npa.js",
66
"directories": {

0 commit comments

Comments
 (0)