From 6fad3d50a2040564b4324c9f78b88603b15d553e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:22:39 -0700 Subject: [PATCH] chore: release 7.0.0 (#69) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b2cc73..aeda91d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.1" + ".": "7.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf1738..9fb5df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [7.0.0](https://github.com/npm/npm-profile/compare/v6.2.1...v7.0.0) (2022-09-30) + +### ⚠️ BREAKING CHANGES + +* `npm-profile` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + +* [`e16befb`](https://github.com/npm/npm-profile/commit/e16befb96a182525432f4023952033f759f8c814) [#68](https://github.com/npm/npm-profile/pull/68) postinstall for dependabot template-oss PR (@lukekarrys) + ## [6.2.1](https://github.com/npm/npm-profile/compare/v6.2.0...v6.2.1) (2022-08-02) diff --git a/package.json b/package.json index 2d5c82d..a99125f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-profile", - "version": "6.2.1", + "version": "7.0.0", "description": "Library for updating an npmjs.com profile", "keywords": [], "author": "GitHub Inc.",