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

Commit bec4c1e

Browse files
committed
4.0.4
1 parent 56f99ed commit bec4c1e

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,27 @@ 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.4](https://github.com/netlify/js-client/compare/v4.0.3...v4.0.4) - 2020-04-07
11+
12+
### Merged
13+
14+
- Reorganize development setup [`#97`](https://github.com/netlify/js-client/pull/97)
15+
- Fix `npm audit` warnings [`#98`](https://github.com/netlify/js-client/pull/98)
16+
- Upgrade dependencies [`#95`](https://github.com/netlify/js-client/pull/95)
17+
- Commit lock file [`#96`](https://github.com/netlify/js-client/pull/96)
18+
- Fix linting [`#94`](https://github.com/netlify/js-client/pull/94)
19+
20+
### Commits
21+
22+
- zip-it-and-ship-it 0.4.0-13 [`56f99ed`](https://github.com/netlify/js-client/commit/56f99ed876c1174e5b7bace28baab5b252beddce)
23+
1024
## [v4.0.3](https://github.com/netlify/js-client/compare/v4.0.1...v4.0.3) - 2020-04-02
1125

1226
### Commits
1327

28+
- Fix linting [`eb0e760`](https://github.com/netlify/js-client/commit/eb0e7607a14708f16560a1de9db9759f469572a7)
1429
- Update CONTRIBUTING.md [`b775a37`](https://github.com/netlify/js-client/commit/b775a374e0993bd038fdcc8e8408b040cce723a3)
1530
- @netlify/zip-it-and-ship-it 0.4.0-12 [`591b48c`](https://github.com/netlify/js-client/commit/591b48c685b345f03c22199985b7072ac8bffddc)
16-
- Upgrade zip-it-and-ship-it [`e906beb`](https://github.com/netlify/js-client/commit/e906beb5161aee892c7de21846551fc80b179efa)
1731

1832
## [v4.0.1](https://github.com/netlify/js-client/compare/v4.0.0...v4.0.1) - 2020-03-30
1933

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3",
4+
"version": "4.0.4",
55
"files": [
66
"src",
77
"dist",

0 commit comments

Comments
 (0)