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

Commit d56aa87

Browse files
committed
4.0.2
1 parent e906beb commit d56aa87

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](https://semver.org/spec/v2.0.0
77

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

10+
## [v4.0.2](https://github.com/netlify/js-client/compare/v4.0.1...v4.0.2) - 2020-04-01
11+
12+
### Commits
13+
14+
- Upgrade zip-it-and-ship-it [`e906beb`](https://github.com/netlify/js-client/commit/e906beb5161aee892c7de21846551fc80b179efa)
15+
1016
## [v4.0.1](https://github.com/netlify/js-client/compare/v4.0.0...v4.0.1) - 2020-03-30
1117

1218
### Merged
@@ -110,7 +116,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
110116

111117
### Commits
112118

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

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

@@ -285,7 +291,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
285291

286292
### Commits
287293

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

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

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

0 commit comments

Comments
 (0)