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

Commit 25432af

Browse files
committed
2.4.6
1 parent 0cd22b7 commit 25432af

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

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

10+
## [v2.4.6](https://github.com/netlify/js-client/compare/v2.4.5...v2.4.6) - 2019-06-06
11+
12+
### Merged
13+
14+
- Only convert to json for failed response [`#52`](https://github.com/netlify/js-client/pull/52)
15+
1016
## [v2.4.5](https://github.com/netlify/js-client/compare/v2.4.4...v2.4.5) - 2019-06-06
1117

1218
### Merged
@@ -260,9 +266,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
260266

261267
### Commits
262268

263-
- Netlify [`b2af152`](https://github.com/netlify/js-client/commit/b2af1520ed0a633300a40938f36dd12067d90c53)
264-
- All tests now passing both in browser and node with node http [`a9a9466`](https://github.com/netlify/js-client/commit/a9a94661fb87c549f2e35f2ffadcd6b9ddbf5edb)
265269
- Clear [`b4f0ec7`](https://github.com/netlify/js-client/commit/b4f0ec79cb3db58f24e4100d634fa28fbfb7fb0e)
270+
- Initial stab at wrapper [`407d78b`](https://github.com/netlify/js-client/commit/407d78b6811726bc2b2a47d6fe1dabdead871a83)
271+
- Use published spec [`e0f50c7`](https://github.com/netlify/js-client/commit/e0f50c78b60bf267001191e020f645e23181c18c)
266272

267273
## [v2.0.0-beta.5](https://github.com/netlify/js-client/compare/v2.0.0-beta.4...v2.0.0-beta.5) - 2018-09-14
268274

package.json

Lines changed: 1 addition & 1 deletion
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": "2.4.5",
4+
"version": "2.4.6",
55
"author": "Netlify Inc.",
66
"ava": {
77
"files": [

0 commit comments

Comments
 (0)