Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Oct 10, 2024
1 parent 5152b1d commit 096bbf0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/zmkfirmware/zmk-studio/compare/v0.1.0...v0.1.1) (2024-10-10)


### Bug Fixes

* Add beta warning to the connect modal. ([#58](https://github.com/zmkfirmware/zmk-studio/issues/58)) ([5152b1d](https://github.com/zmkfirmware/zmk-studio/commit/5152b1d2f795c7647ad77facbd3a1480c56949ce))
* Add ZMK links to the about modal. ([#56](https://github.com/zmkfirmware/zmk-studio/issues/56)) ([3c319b5](https://github.com/zmkfirmware/zmk-studio/commit/3c319b5668279c9f118cf6721b64ce203e882613))

## [0.1.0](https://github.com/zmkfirmware/zmk-studio/compare/v0.0.3...v0.1.0) (2024-10-09)


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,7 +1,7 @@
{
"name": "zmk-studio",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 096bbf0

Please sign in to comment.