diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 963dbd7..4399a56 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.17" + ".": "0.0.18" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee356b..d9f9b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.18](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.17...v0.0.18) (2024-10-03) + + +### Features + +* Pull in updated studio messages ([#24](https://github.com/zmkfirmware/zmk-studio-ts-client/issues/24)) ([67856ff](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/67856ff93845f08cfedadc804a230cc21f8fd2d0)) + ## [0.0.17](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.16...v0.0.17) (2024-10-02) diff --git a/package-lock.json b/package-lock.json index daed22a..527387e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zmkfirmware/zmk-studio-ts-client", - "version": "0.0.17", + "version": "0.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zmkfirmware/zmk-studio-ts-client", - "version": "0.0.17", + "version": "0.0.18", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index aa7561e..7490711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zmkfirmware/zmk-studio-ts-client", - "version": "0.0.17", + "version": "0.0.18", "description": "RPC client library for interacting with ZMK Studio enabled keyboards", "type": "module", "exports": {