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

Commit fff9e26

Browse files
committed
4.0.0
1 parent 367a4fc commit fff9e26

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

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

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

10-
## [v3.1.0](https://github.com/netlify/js-client/compare/v3.0.0...v3.1.0) - 2020-02-26
10+
## [v4.0.0](https://github.com/netlify/js-client/compare/v3.0.0...v4.0.0) - 2020-03-26
1111

1212
### Merged
1313

14+
- Upgrade `zip-it-and-ship-it` [`#90`](https://github.com/netlify/js-client/pull/90)
15+
- Fix failing test [`#91`](https://github.com/netlify/js-client/pull/91)
16+
- Fix linting error [`#92`](https://github.com/netlify/js-client/pull/92)
1417
- Add `api.cancelSiteDeploy()` [`#88`](https://github.com/netlify/js-client/pull/88)
1518
- Fix error responses when the response is not JSON [`#85`](https://github.com/netlify/js-client/pull/85)
1619

@@ -97,7 +100,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
97100

98101
### Commits
99102

100-
- Update ZISI and dependencies [`ec31e36`](https://github.com/netlify/js-client/commit/ec31e36412ff46f83e1d1a47dfb28d6866cadfad)
103+
- Update ZISI and dependencies [`ec31e36`](https://github.com/netlify/js-client/commit/ec31e36412ff46f83e1d1a47dfb28d6866cadfad)
101104

102105
## [v2.4.3](https://github.com/netlify/js-client/compare/v2.4.2...v2.4.3) - 2019-04-17
103106

@@ -272,7 +275,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
272275

273276
### Commits
274277

275-
- Its just value assignment [`96e3095`](https://github.com/netlify/js-client/commit/96e3095607938fc2077f18a0a8441d655c0ffe20)
278+
- Its just value assignment [`96e3095`](https://github.com/netlify/js-client/commit/96e3095607938fc2077f18a0a8441d655c0ffe20)
276279

277280
## [v2.0.1-beta.6](https://github.com/netlify/js-client/compare/v2.0.1-beta.5...v2.0.1-beta.6) - 2018-09-18
278281

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": "3.1.0",
4+
"version": "4.0.0",
55
"ava": {
66
"files": [
77
"src/**/*.test.js"

0 commit comments

Comments
 (0)