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

Commit 788fbcc

Browse files
chore(main): release 10.1.2 (#663)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 9d78443 commit 788fbcc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77

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

10+
### [10.1.2](https://github.com/netlify/js-client/compare/v10.1.1...v10.1.2) (2022-01-17)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency node-fetch to v2.6.7 ([#664](https://github.com/netlify/js-client/issues/664)) ([9d78443](https://github.com/netlify/js-client/commit/9d78443be1a2fd820fd5b32f7153b0f58f8710be))
16+
* husky binary not found ([#662](https://github.com/netlify/js-client/issues/662)) ([e443416](https://github.com/netlify/js-client/commit/e4434163ee9925b4d706d09dd576398caf43eb55))
17+
1018
### [10.1.1](https://github.com/netlify/js-client/compare/v10.1.0...v10.1.1) (2022-01-05)
1119

1220

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify",
33
"description": "Netlify Node.js API client",
4-
"version": "10.1.1",
4+
"version": "10.1.2",
55
"type": "module",
66
"files": [
77
"src/**/*.js",

0 commit comments

Comments
 (0)