diff --git a/CHANGELOG.md b/CHANGELOG.md index 7311d6b..a75d07b 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.13.0](https://github.com/rokucommunity/roku-deploy/compare/3.12.6...v3.13.0) - 2025-08-04 +### Added + - Add standards-compliant User-Agent header ([#203](https://github.com/rokucommunity/roku-deploy/pull/203)) + + + ## [3.12.6](https://github.com/rokucommunity/roku-deploy/compare/3.12.5...v3.12.6) - 2025-06-03 ### Changed - chore: upgrade to the `undent` package instead of `dedent` ([#192](https://github.com/rokucommunity/roku-deploy/pull/196)) diff --git a/package-lock.json b/package-lock.json index bea2777..82d530a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roku-deploy", - "version": "3.12.6", + "version": "3.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "roku-deploy", - "version": "3.12.6", + "version": "3.13.0", "license": "MIT", "dependencies": { "@types/request": "^2.47.0", diff --git a/package.json b/package.json index 4e236c9..8ea2153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roku-deploy", - "version": "3.12.6", + "version": "3.13.0", "description": "Package and publish a Roku application using Node.js", "main": "dist/index.js", "scripts": {