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

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 26, 2020
1 parent 367a4fc commit fff9e26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

### Merged

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

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

### Commits

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

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

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

### Commits

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify",
"description": "Netlify Node.js API client",
"version": "3.1.0",
"version": "4.0.0",
"ava": {
"files": [
"src/**/*.test.js"
Expand Down

0 comments on commit fff9e26

Please sign in to comment.