Skip to content

Commit

Permalink
Merge pull request #12 from zmkfirmware/release-please--branches--mai…
Browse files Browse the repository at this point in the history
…n--components--zmk-studio-ts-client

chore(main): release 0.0.9
  • Loading branch information
petejohanson authored Jul 10, 2024
2 parents c4e0f7d + 269befc commit 1e9a3cc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.8"
".": "0.0.9"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.9](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.8...v0.0.9) (2024-07-10)


### Features

* Raise errors for generic RPC error responses. ([524b305](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/524b305cf82b4dba720f11b3d58af7f03b913051))


### Miscellaneous Chores

* Prep 0.0.9 release ([c4e0f7d](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/c4e0f7d1e9daf4e82805c3df0c3ad41a932f3341))

## [0.0.8](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.7...v0.0.8) (2024-07-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zmkfirmware/zmk-studio-ts-client",
"version": "0.0.8",
"version": "0.0.9",
"description": "RPC client library for interacting with ZMK Studio enabled keyboards",
"type": "module",
"exports": {
Expand Down

0 comments on commit 1e9a3cc

Please sign in to comment.