Skip to content

Commit be4a89a

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 9.0.0
1 parent 1855caf commit be4a89a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.0.0"
2+
".": "9.0.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [9.0.0](https://github.com/npm/npm-profile/compare/v8.0.0...v9.0.0) (2023-08-15)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* support for node <=16.13 has been removed
8+
9+
### Bug Fixes
10+
11+
* [`d2fdd5e`](https://github.com/npm/npm-profile/commit/d2fdd5eeb907fab727797750e8340b213bffd60c) [#97](https://github.com/npm/npm-profile/pull/97) drop node 16.13.x support (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`1855caf`](https://github.com/npm/npm-profile/commit/1855cafdc9028168fd44ac805310a782761cd89b) [#96](https://github.com/npm/npm-profile/pull/96) bump npm-registry-fetch from 15.0.0 to 16.0.0
16+
317
## [8.0.0](https://github.com/npm/npm-profile/compare/v7.0.1...v8.0.0) (2023-08-14)
418

519
### ⚠️ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-profile",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Library for updating an npmjs.com profile",
55
"keywords": [],
66
"author": "GitHub Inc.",

0 commit comments

Comments
 (0)