Skip to content

Commit

Permalink
Merge pull request #1 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.1
  • Loading branch information
petejohanson authored Jun 29, 2024
2 parents 8076e86 + 5103ccd commit b750921
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 0.0.1 (2024-06-29)


### Features

* Initial work on the standalone TS client. ([e48682d](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/e48682d79f92e2f8f34d29124f9f8f932849ab33))
* Updated messages and bytes support. ([9ce6a71](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/9ce6a712310d6b225e54ea9db4d732ede972e556))


### Bug Fixes

* Add .npmignore. ([4a0906f](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/4a0906f4783ceeea4e6359be7a366a1053c76e43))
* Do git submodule bits in postinstall as well. ([72b064d](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/72b064dba1c3d13f46ff9441c4ac4502ee660cee))
* preinstall script git typo fix. ([c27fa6f](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/c27fa6f5033c9b87ceaf136c4707cde27e7c94cd))
* Try more postinstall fixes. ([c67ac72](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/c67ac722b14ca7e9a6bf7bb7e5c2fbb56f902faa))
* Updated messages. ([f5ab165](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/f5ab165bf838c23ac577b0e4d1d1da7630ef73ae))


### Miscellaneous Chores

* Prepare 0.0.1 release. ([8076e86](https://github.com/zmkfirmware/zmk-studio-ts-client/commit/8076e86411818325efa133291e71e8e322505601))
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.1-development",
"version": "0.0.1",
"description": "RPC client library for interacting with ZMK Studio enabled keyboards",
"type": "module",
"exports": {
Expand Down

0 comments on commit b750921

Please sign in to comment.