Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
chore(main): release 12.0.0 (#725)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
  • Loading branch information
token-generator-app[bot] and eduardoboucas authored Jul 21, 2022
1 parent 53676ea commit 14d66c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [12.0.0](https://github.com/netlify/js-client/compare/v11.0.4...v12.0.0) (2022-07-21)


### ⚠ BREAKING CHANGES

* stop retrying on 5xx responses (#726)

### Features

* add support for header parameters ([#724](https://github.com/netlify/js-client/issues/724)) ([1c556c4](https://github.com/netlify/js-client/commit/1c556c4a4fcd0d62f61feeba121512b1f55549e6))
* stop retrying on 5xx responses ([#726](https://github.com/netlify/js-client/issues/726)) ([d0328e9](https://github.com/netlify/js-client/commit/d0328e9b66300aa6476fa114994e84945d08aa2b))

## [11.0.4](https://github.com/netlify/js-client/compare/v11.0.3...v11.0.4) (2022-07-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify",
"description": "Netlify Node.js API client",
"version": "11.0.4",
"version": "12.0.0",
"type": "module",
"files": [
"src/**/*.js",
Expand Down

0 comments on commit 14d66c2

Please sign in to comment.