Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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).

### [10.1.1](https://github.com/netlify/js-client/compare/v10.1.0...v10.1.1) (2022-01-05)


### Bug Fixes

* **deps:** update dependency @netlify/open-api to ^2.8.0 ([#645](https://github.com/netlify/js-client/issues/645)) ([954a0a0](https://github.com/netlify/js-client/commit/954a0a0ed8c6cd8ac66b2bfd4aa54f463f42f706))

## [10.1.0](https://www.github.com/netlify/js-client/compare/v10.0.0...v10.1.0) (2021-12-21)


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": "10.1.0",
"version": "10.1.1",
"type": "module",
"files": [
"src/**/*.js",
Expand Down