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

Commit 9b94de1

Browse files
committed
2.4.4
1 parent 438d8bb commit 9b94de1

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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.4](https://github.com/netlify/js-client/compare/v2.4.3...v2.4.4) - 2019-04-22
11+
12+
### Merged
13+
14+
- Update ZISI and semver dependencies [`#48`](https://github.com/netlify/js-client/pull/48)
15+
16+
### Commits
17+
18+
- Update ZISI and dependencies [`ec31e36`](https://github.com/netlify/js-client/commit/ec31e36412ff46f83e1d1a47dfb28d6866cadfad)
19+
1020
## [v2.4.3](https://github.com/netlify/js-client/compare/v2.4.2...v2.4.3) - 2019-04-17
1121

1222
### Commits
@@ -238,9 +248,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
238248

239249
### Commits
240250

241-
- Netlify [`b2af152`](https://github.com/netlify/js-client/commit/b2af1520ed0a633300a40938f36dd12067d90c53)
242-
- All tests now passing both in browser and node with node http [`a9a9466`](https://github.com/netlify/js-client/commit/a9a94661fb87c549f2e35f2ffadcd6b9ddbf5edb)
243251
- 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)
244254

245255
## [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
246256

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

0 commit comments

Comments
 (0)