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

Commit e454f62

Browse files
author
sw-yx
committed
2.4.5
1 parent eb9bbb7 commit e454f62

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.5](https://github.com/netlify/js-client/compare/v2.4.4...v2.4.5) - 2019-06-06
11+
12+
### Merged
13+
14+
- Handle 422 response from all addons endpoints [`#51`](https://github.com/netlify/js-client/pull/51)
15+
16+
### Commits
17+
18+
- Simplify the error more as API returns data.error as strings [`5f96dba`](https://github.com/netlify/js-client/commit/5f96dba8ba0cf0ced68424d0a7692ea881cd4baa)
19+
- Remove the word Error, get the data.error as API always returns that way [`e77e314`](https://github.com/netlify/js-client/commit/e77e314fde689e00a37142d1820251d81008b683)
20+
- Define data with json converted response body [`8244255`](https://github.com/netlify/js-client/commit/82442555cfea3f24c4980632ee0aafe4e2425fc8)
21+
1022
## [v2.4.4](https://github.com/netlify/js-client/compare/v2.4.3...v2.4.4) - 2019-04-22
1123

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

249261
### Commits
250262

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)
251265
- Clear [`b4f0ec7`](https://github.com/netlify/js-client/commit/b4f0ec79cb3db58f24e4100d634fa28fbfb7fb0e)
252-
- Initial stab at wrapper [`407d78b`](https://github.com/netlify/js-client/commit/407d78b6811726bc2b2a47d6fe1dabdead871a83)
253-
- Use published spec [`e0f50c7`](https://github.com/netlify/js-client/commit/e0f50c78b60bf267001191e020f645e23181c18c)
254266

255267
## [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
256268

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.4",
4+
"version": "2.4.5",
55
"author": "Netlify Inc.",
66
"ava": {
77
"files": [

0 commit comments

Comments
 (0)