Skip to content

Commit 3fc23e9

Browse files
authoredApr 30, 2024··
chore: release 17.0.0 (#235)
🤖 I have created a release *beep* *boop* --- ## [17.0.0](v16.2.1...v17.0.0) (2024-04-30) ### ⚠️ BREAKING CHANGES * remove undcoumented cleanUrl export (#234) ### Features * [`105f786`](105f786) [#234](#234) remove undcoumented cleanUrl export (#234) (@lukekarrys) ### Dependencies * [`7cc481b`](7cc481b) [#238](#238) `@npmcli/[email protected]` ### Chores * [`bdc9039`](bdc9039) [#238](#238) fix linting in test files (@wraithgar) * [`ceaf77e`](ceaf77e) [#236](#236) postinstall for dependabot template-oss PR (@lukekarrys) * [`377d981`](377d981) [#236](#236) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bdc9039 commit 3fc23e9

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "16.2.1"
2+
".": "17.0.0"
33
}

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [17.0.0](https://github.com/npm/npm-registry-fetch/compare/v16.2.1...v17.0.0) (2024-04-30)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* remove undcoumented cleanUrl export (#234)
8+
9+
### Features
10+
11+
* [`105f786`](https://github.com/npm/npm-registry-fetch/commit/105f7865bf0da8bdb2e29dffa92c0fc2e93debc5) [#234](https://github.com/npm/npm-registry-fetch/pull/234) remove undcoumented cleanUrl export (#234) (@lukekarrys)
12+
13+
### Dependencies
14+
15+
* [`7cc481b`](https://github.com/npm/npm-registry-fetch/commit/7cc481b8763ac60dc3fea7e14870a36f74e3b4d2) [#238](https://github.com/npm/npm-registry-fetch/pull/238) `@npmcli/redact@2.0.0`
16+
17+
### Chores
18+
19+
* [`bdc9039`](https://github.com/npm/npm-registry-fetch/commit/bdc9039538a07cb6d7f64873fa5ee1ba638e4c8f) [#238](https://github.com/npm/npm-registry-fetch/pull/238) fix linting in test files (@wraithgar)
20+
* [`ceaf77e`](https://github.com/npm/npm-registry-fetch/commit/ceaf77ece4eb71a4ab1f9542bf4e75aec0dd4b05) [#236](https://github.com/npm/npm-registry-fetch/pull/236) postinstall for dependabot template-oss PR (@lukekarrys)
21+
* [`377d981`](https://github.com/npm/npm-registry-fetch/commit/377d981cb6165adec1a9b96627c1431604400a68) [#236](https://github.com/npm/npm-registry-fetch/pull/236) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
22+
323
## [16.2.1](https://github.com/npm/npm-registry-fetch/compare/v16.2.0...v16.2.1) (2024-04-12)
424

525
### Dependencies

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-fetch",
3-
"version": "16.2.1",
3+
"version": "17.0.0",
44
"description": "Fetch-based http client for use with npm registry APIs",
55
"main": "lib",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.