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

Commit cae9c7f

Browse files
committed
4.0.1
1 parent aa5ad81 commit cae9c7f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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.1](https://github.com/netlify/js-client/compare/v4.0.0...v4.0.1) - 2020-03-30
11+
12+
### Merged
13+
14+
- Remove `omit.js` [`#93`](https://github.com/netlify/js-client/pull/93)
15+
16+
### Commits
17+
18+
- Remove omit.js [`47bcafc`](https://github.com/netlify/js-client/commit/47bcafca7342ebb2a95a70155c6cc78d89575e4d)
19+
1020
## [v4.0.0](https://github.com/netlify/js-client/compare/v3.0.0...v4.0.0) - 2020-03-26
1121

1222
### Merged

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

0 commit comments

Comments
 (0)