Skip to content

Commit e534158

Browse files
3.16.5 (#250)
2 parents f0d77fd + 3c124f5 commit e534158

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88

9+
## [3.16.5](https://github.com/rokucommunity/roku-deploy/compare/3.16.4...v3.16.5) - 2026-04-13
10+
### Fixed
11+
- Resolve files array staging option ([#249](https://github.com/rokucommunity/roku-deploy/pull/249))
12+
13+
14+
915
## [3.16.4](https://github.com/rokucommunity/roku-deploy/compare/3.16.3...v3.16.4) - 2026-04-07
1016
### Fixed
1117
- Fix `zipFolder` bug that wasn't properly handling absolute `stagingDir` path ([#245](https://github.com/rokucommunity/roku-deploy/pull/245))

package-lock.json

Lines changed: 2 additions & 2 deletions
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-deploy",
3-
"version": "3.16.4",
3+
"version": "3.16.5",
44
"description": "Package and publish a Roku application using Node.js",
55
"main": "dist/index.js",
66
"scripts": {

src/RokuDeploy.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ describe('RokuDeploy', () => {
979979
});
980980

981981
it('runs via the command line using the rokudeploy.json file', function test() {
982-
this.timeout(20000);
982+
this.timeout(60_000);
983983
//build the project
984984
child_process.execSync(`npm run build`, { stdio: 'inherit' });
985985
child_process.execSync(`node dist/index.js`, { stdio: 'inherit' });

0 commit comments

Comments
 (0)