Skip to content

Commit

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


##
[13.0.1](v13.0.0...v13.0.1)
(2024-04-30)

### Bug Fixes

*
[`66018e3`](66018e3)
log errors on retry (@wraithgar)
*
[`ed73ef5`](ed73ef5)
[#288](#288) always catch
and emit cache write errors in promise (#288) (@lukekarrys)

### Chores

*
[`9e1329c`](9e1329c)
[#292](#292) fix linting in
tests (@lukekarrys)
*
[`4756bda`](4756bda)
[#292](#292) postinstall
for dependabot template-oss PR (@lukekarrys)
*
[`91df666`](91df666)
[#292](#292) 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>
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent 66018e3 commit 0b3ba78
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
{
".": "13.0.0"
".": "13.0.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [13.0.1](https://github.com/npm/make-fetch-happen/compare/v13.0.0...v13.0.1) (2024-04-30)

### Bug Fixes

* [`66018e3`](https://github.com/npm/make-fetch-happen/commit/66018e300fe39f3d3485d444a0c1fd80984c5d7d) log errors on retry (@wraithgar)
* [`ed73ef5`](https://github.com/npm/make-fetch-happen/commit/ed73ef528397a574df711e24238aaf7954512e55) [#288](https://github.com/npm/make-fetch-happen/pull/288) always catch and emit cache write errors in promise (#288) (@lukekarrys)

### Chores

* [`9e1329c`](https://github.com/npm/make-fetch-happen/commit/9e1329c8c8a81495d58dc0da7d233142008c7d98) [#292](https://github.com/npm/make-fetch-happen/pull/292) fix linting in tests (@lukekarrys)
* [`4756bda`](https://github.com/npm/make-fetch-happen/commit/4756bda3e4d40e449b99b2d964fc59bebda76941) [#292](https://github.com/npm/make-fetch-happen/pull/292) postinstall for dependabot template-oss PR (@lukekarrys)
* [`91df666`](https://github.com/npm/make-fetch-happen/commit/91df666381e17c750dc4b0c6b33bf25c6b39aa7a) [#292](https://github.com/npm/make-fetch-happen/pull/292) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [13.0.0](https://github.com/npm/make-fetch-happen/compare/v12.0.0...v13.0.0) (2023-08-15)

### ⚠️ BREAKING CHANGES
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": "make-fetch-happen",
"version": "13.0.0",
"version": "13.0.1",
"description": "Opinionated, caching, retrying fetch client",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 0b3ba78

Please sign in to comment.