Skip to content

Commit

Permalink
chore: release 14.0.0-pre.0 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 21, 2022
1 parent 1216ec6 commit dd231c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "13.6.2"
".": "14.0.0-pre.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## [14.0.0-pre.0](https://github.com/npm/pacote/compare/v13.6.2...v14.0.0-pre.0) (2022-09-21)

### ⚠️ BREAKING CHANGES

* npm-packlist@6.0.0
* `pacote` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`72e9be4`](https://github.com/npm/pacote/commit/72e9be4e3d6615f64654c7cb37bfffb673f84ba5) [#197](https://github.com/npm/pacote/pull/197) postinstall for dependabot template-oss PR (@lukekarrys)

### Dependencies

* [`1216ec6`](https://github.com/npm/pacote/commit/1216ec6e694c4fc05b6d8da0dc2042baa0822087) [#200](https://github.com/npm/pacote/pull/200) `npm-packlist@6.0.0`

## [13.6.2](https://github.com/npm/pacote/compare/v13.6.1...v13.6.2) (2022-08-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pacote",
"version": "13.6.2",
"version": "14.0.0-pre.0",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
Expand Down

0 comments on commit dd231c9

Please sign in to comment.