Skip to content

Commit 61b1d48

Browse files
3.16.4 (#246)
2 parents f5a2c97 + 7d9c6ae commit 61b1d48

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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.4](https://github.com/rokucommunity/roku-deploy/compare/3.16.3...v3.16.4) - 2026-04-07
10+
### Fixed
11+
- Fix `zipFolder` bug that wasn't properly handling absolute `stagingDir` path ([#245](https://github.com/rokucommunity/roku-deploy/pull/245))
12+
13+
14+
915
## [3.16.3](https://github.com/rokucommunity/roku-deploy/compare/3.16.2...v3.16.3) - 2026-03-24
1016
### Changed
1117
- chore: Bump flatted from 3.2.2 to 3.4.2 ([#236](https://github.com/rokucommunity/roku-deploy/pull/236))

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

0 commit comments

Comments
 (0)