Skip to content

Commit

Permalink
chore(main): release 0.2.4 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Nov 22, 2024
1 parent 75e9443 commit e5ab3b5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 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.2.3"
".": "0.2.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.4](https://github.com/zmkfirmware/zmk-studio/compare/v0.2.3...v0.2.4) (2024-11-22)


### Bug Fixes

* **app:** Tweak webkit dep version for CI builds ([#92](https://github.com/zmkfirmware/zmk-studio/issues/92)) ([5c018bc](https://github.com/zmkfirmware/zmk-studio/commit/5c018bcbc44d0dfb219cab239877a9b1d441c101))

## [0.2.3](https://github.com/zmkfirmware/zmk-studio/compare/v0.2.2...v0.2.3) (2024-11-13)


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.2.3",
"version": "0.2.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.2.3"
version = "0.2.4"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"frontendDist": "../dist/"
},
"productName": "zmk-studio",
"version": "0.2.3",
"version": "0.2.4",
"identifier": "dev.zmk.studio",
"bundle": {
"active": true,
Expand Down

0 comments on commit e5ab3b5

Please sign in to comment.