Skip to content

Commit

Permalink
chore: release 10.0.0 (#132)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [10.0.0](v9.0.2...v10.0.0)
(2024-05-02)

### ⚠️ BREAKING CHANGES

* this uses AbortSignal.throwIfAborted() which is not available in all
versions of Node 16
* `hostname` is no longer sent as part of the web auth body
* the opener function will now receive an object with an abort signal
which can be used to listen for the abort event intead of an event
emitter

### Features

*
[`f67687d`](f67687d)
[#131](#131) drop node 16 support
(@lukekarrys)
*
[`d6f6ebe`](d6f6ebe)
[#131](#131) remove hostname from
body (@lukekarrys, @wraithgar)
*
[`c0bb22f`](c0bb22f)
[#131](#131) add webAuthOpener
method (@lukekarrys)
*
[`df44705`](df44705)
[#131](#131) use AbortSignal
instead of EventEmitter for opener (@lukekarrys)

### Bug Fixes

*
[`53db633`](53db633)
[#131](#131) pass signal to
webAuthCheckLogin timer (@lukekarrys)

### Dependencies

*
[`5c4221b`](5c4221b)
[#133](#133)
`npm-registry-fetch@17.0.1` (#133)

---
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>
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent 5c4221b commit 337e76d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.0.2"
".": "10.0.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [10.0.0](https://github.com/npm/npm-profile/compare/v9.0.2...v10.0.0) (2024-05-02)

### ⚠️ BREAKING CHANGES

* this uses AbortSignal.throwIfAborted() which is not available in all versions of Node 16
* `hostname` is no longer sent as part of the web auth body
* the opener function will now receive an object with an abort signal which can be used to listen for the abort event intead of an event emitter

### Features

* [`f67687d`](https://github.com/npm/npm-profile/commit/f67687d2bdc58ace8ee4e236254525cb2f3c07ef) [#131](https://github.com/npm/npm-profile/pull/131) drop node 16 support (@lukekarrys)
* [`d6f6ebe`](https://github.com/npm/npm-profile/commit/d6f6ebe1b7e2ac75f63d261271ab442a9a96c610) [#131](https://github.com/npm/npm-profile/pull/131) remove hostname from body (@lukekarrys, @wraithgar)
* [`c0bb22f`](https://github.com/npm/npm-profile/commit/c0bb22fa0027859b494b643fe3c670e3a366c822) [#131](https://github.com/npm/npm-profile/pull/131) add webAuthOpener method (@lukekarrys)
* [`df44705`](https://github.com/npm/npm-profile/commit/df44705b4a7b4590531536449fcfd81de01bc36b) [#131](https://github.com/npm/npm-profile/pull/131) use AbortSignal instead of EventEmitter for opener (@lukekarrys)

### Bug Fixes

* [`53db633`](https://github.com/npm/npm-profile/commit/53db633662252216c23599d43cf2daac3dac1c20) [#131](https://github.com/npm/npm-profile/pull/131) pass signal to webAuthCheckLogin timer (@lukekarrys)

### Dependencies

* [`5c4221b`](https://github.com/npm/npm-profile/commit/5c4221b67306792ab5ec27ab4c2ce27f320f81f9) [#133](https://github.com/npm/npm-profile/pull/133) `npm-registry-fetch@17.0.1` (#133)

## [9.0.2](https://github.com/npm/npm-profile/compare/v9.0.1...v9.0.2) (2024-04-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-profile",
"version": "9.0.2",
"version": "10.0.0",
"description": "Library for updating an npmjs.com profile",
"keywords": [],
"author": "GitHub Inc.",
Expand Down

0 comments on commit 337e76d

Please sign in to comment.