diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d39c5..ffc1bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [3.15.0](https://github.com/rokucommunity/roku-deploy/compare/3.14.4...v3.15.0) - 2025-11-17 +### Added + - Support installing and deleting component libraries ([#220](https://github.com/rokucommunity/roku-deploy/pull/220)) + + + ## [3.14.4](https://github.com/rokucommunity/roku-deploy/compare/3.14.3...v3.14.4) - 2025-10-30 ### Changed chore: Update package.json repository to support provenance (#218) @@ -517,3 +523,4 @@ chore: Update package.json repository to support provenance (#218) + diff --git a/package-lock.json b/package-lock.json index e93ec6b..51d1a7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roku-deploy", - "version": "3.14.4", + "version": "3.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "roku-deploy", - "version": "3.14.4", + "version": "3.15.0", "license": "MIT", "dependencies": { "@types/request": "^2.47.0", diff --git a/package.json b/package.json index 8c4c7c7..957fc8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roku-deploy", - "version": "3.14.4", + "version": "3.15.0", "description": "Package and publish a Roku application using Node.js", "main": "dist/index.js", "scripts": {