Skip to content

Commit

Permalink
chore(main): release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Oct 2, 2024
1 parent 03ccb9c commit 82abab0
Show file tree
Hide file tree
Showing 4 changed files with 12 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.16"
".": "0.0.17"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.16",
"version": "0.0.17",
"description": "RPC client library for interacting with ZMK Studio enabled keyboards",
"type": "module",
"exports": {
Expand Down

0 comments on commit 82abab0

Please sign in to comment.