Skip to content

Commit

Permalink
chore: release 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 27, 2024
1 parent b0e6da7 commit b46e757
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1"
".": "13.0.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [13.0.2](https://github.com/npm/make-fetch-happen/compare/v13.0.1...v13.0.2) (2024-08-27)

### Dependencies

* [`d255fcb`](https://github.com/npm/make-fetch-happen/commit/d255fcbaac5b04bccbb7b1c697162b4d9b3334c7) [#299](https://github.com/npm/make-fetch-happen/pull/299) remove is-lambda dependency (#299)

### Chores

* [`58dc7ef`](https://github.com/npm/make-fetch-happen/commit/58dc7ef5e468d38798afca61f0e1ab1652ba6447) [#295](https://github.com/npm/make-fetch-happen/pull/295) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
* [`b0e6da7`](https://github.com/npm/make-fetch-happen/commit/b0e6da77bd893e4980599b546fa515b73473df28) [#307](https://github.com/npm/make-fetch-happen/pull/307) postinstall for dependabot template-oss PR (@hashtagchris)
* [`4ce1726`](https://github.com/npm/make-fetch-happen/commit/4ce17264cc1124de7321618af1dba180d1dc1612) [#307](https://github.com/npm/make-fetch-happen/pull/307) bump @npmcli/template-oss from 4.22.0 to 4.23.1 (@dependabot[bot])

## [13.0.1](https://github.com/npm/make-fetch-happen/compare/v13.0.0...v13.0.1) (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": "make-fetch-happen",
"version": "13.0.1",
"version": "13.0.2",
"description": "Opinionated, caching, retrying fetch client",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit b46e757

Please sign in to comment.