Skip to content

Commit 4bae58c

Browse files
committed
chore(release): 4.0.0
1 parent 1f6a736 commit 4bae58c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.0](https://github.com/bschlenk/node-roku-client/compare/v3.2.0...v4.0.0) (2020-05-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Minimum NodeJS version has been bumped to 10.
11+
12+
### Features
13+
14+
* allow reusing commander commands ([abd9543](https://github.com/bschlenk/node-roku-client/commit/abd95431f6c5f497231100b25e7c2a909e1e6bc7))
15+
16+
17+
### build
18+
19+
* bump engines.node to >=10 ([1cf5e9c](https://github.com/bschlenk/node-roku-client/commit/1cf5e9c48d26abb78bd13a1ac5df9f96454febc8))
20+
* bump travis node versions to 10 and 12 ([e691a8b](https://github.com/bschlenk/node-roku-client/commit/e691a8be9af01899d7adc0a426b369e754875594))
21+
522
## [3.2.0](https://github.com/bschlenk/node-roku-client/compare/v3.1.7...v3.2.0) (2020-01-11)
623

724

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,6 +1,6 @@
11
{
22
"name": "roku-client",
3-
"version": "3.2.0",
3+
"version": "4.0.0",
44
"description": "Send commands to your Roku devices",
55
"engines": {
66
"node": ">=10"

0 commit comments

Comments
 (0)