Skip to content

Commit 269befc

Browse files
committed
chore(main): release 0.0.9
1 parent c4e0f7d commit 269befc

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.8"
2+
".": "0.0.9"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.9](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.8...v0.0.9) (2024-07-10)
4+
5+
6+
### Features
7+
8+
* Raise errors for generic RPC error responses. ([524b305](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/524b305cf82b4dba720f11b3d58af7f03b913051))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* Prep 0.0.9 release ([c4e0f7d](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/c4e0f7d1e9daf4e82805c3df0c3ad41a932f3341))
14+
315
## [0.0.8](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.7...v0.0.8) (2024-07-05)
416

517

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": "@zmkfirmware/zmk-studio-ts-client",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "RPC client library for interacting with ZMK Studio enabled keyboards",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)