From 82abab01a52729b29b0e1a9526870631efd4d400 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Wed, 2 Oct 2024 14:26:06 -0600 Subject: [PATCH] chore(main): release 0.0.17 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c4af71..963dbd7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.16" + ".": "0.0.17" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7713526..5ee356b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.17](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.16...v0.0.17) (2024-10-02) + + +### Features + +* Add CI typecheck/test runs. ([217536a](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/217536ac25c727a7a057afe53484c069da92628b)) +* Improved error handling. ([66f5abc](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/66f5abc033d9421852fb178534d294e8449563a8)) + ## [0.0.16](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.15...v0.0.16) (2024-08-27) diff --git a/package-lock.json b/package-lock.json index 4f04ece..daed22a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zmkfirmware/zmk-studio-ts-client", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zmkfirmware/zmk-studio-ts-client", - "version": "0.0.16", + "version": "0.0.17", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 05d824f..aa7561e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zmkfirmware/zmk-studio-ts-client", - "version": "0.0.16", + "version": "0.0.17", "description": "RPC client library for interacting with ZMK Studio enabled keyboards", "type": "module", "exports": {