Skip to content

Commit

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

chore(main): release 0.0.7
  • Loading branch information
petejohanson authored Jun 29, 2024
2 parents cdbb186 + 2bf0714 commit 69972c6
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.6"
".": "0.0.7"
}
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.7](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.6...v0.0.7) (2024-06-29)


### Bug Fixes

* Add protobufjs dependency. ([c609191](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/c6091919ce5ae74372d55872b6ae8bd364a10592))

## [0.0.6](https://github.com/zmkfirmware/zmk-studio-ts-client/compare/v0.0.5...v0.0.6) (2024-06-29)


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

0 comments on commit 69972c6

Please sign in to comment.