Skip to content

Commit

Permalink
chore(main): release 0.0.18 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Oct 3, 2024
1 parent 67856ff commit 87ccd3a
Show file tree
Hide file tree
Showing 4 changed files with 11 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.17"
".": "0.0.18"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 87ccd3a

Please sign in to comment.