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

Commit 450a811

Browse files
committed
4.3.0
1 parent 394f4c6 commit 450a811

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 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.3.0](https://github.com/netlify/js-client/compare/v4.2.0...v4.3.0) - 2020-06-02
11+
12+
### Merged
13+
14+
- Add branch param to deploy [`#105`](https://github.com/netlify/js-client/pull/105)
15+
16+
### Commits
17+
18+
- Update package-lock.json [`394f4c6`](https://github.com/netlify/js-client/commit/394f4c65ba008c0a6654ee0cf7b8576bb556c46e)
19+
1020
## [v4.2.0](https://github.com/netlify/js-client/compare/v4.1.8...v4.2.0) - 2020-06-01
1121

1222
### Commits
@@ -24,6 +34,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2434
### Commits
2535

2636
- Zip-it-and-ship-it 0.4.0-19 [`2eb3cb4`](https://github.com/netlify/js-client/commit/2eb3cb4ca5323614f7982f9c74c2df92a6ded982)
37+
- Add branch param to deploy [`5d9f786`](https://github.com/netlify/js-client/commit/5d9f786a0a16fa851ca352393d994a53435bc56b)
2738

2839
## [v4.1.6](https://github.com/netlify/js-client/compare/v4.1.5...v4.1.6) - 2020-05-14
2940

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

0 commit comments

Comments
 (0)