Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jan 20, 2025
1 parent 2b88c5c commit f25fb4e
Show file tree
Hide file tree
Showing 6 changed files with 20 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.4"
".": "0.3.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.0](https://github.com/zmkfirmware/zmk-studio/compare/v0.2.4...v0.3.0) (2025-01-20)


### Features

* Add Download Page ([#105](https://github.com/zmkfirmware/zmk-studio/issues/105)) ([2b88c5c](https://github.com/zmkfirmware/zmk-studio/commit/2b88c5c6248c42719b404a67c33fa25a133a057a))
* Support MacOS Universal Installer ([c43357e](https://github.com/zmkfirmware/zmk-studio/commit/c43357e3784da10ca4129ac02a20b6159e0a1c3b))
* Support MacOS Universal Installer ([#104](https://github.com/zmkfirmware/zmk-studio/issues/104)) ([c43357e](https://github.com/zmkfirmware/zmk-studio/commit/c43357e3784da10ca4129ac02a20b6159e0a1c3b))


### Bug Fixes

* app crash when reach last index of undo stack ([#111](https://github.com/zmkfirmware/zmk-studio/issues/111)) ([3370faa](https://github.com/zmkfirmware/zmk-studio/commit/3370faa3c9f6288dda613d35c42a8d30001edff6))

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


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.4",
"version": "0.3.0",
"type": "module",
"scripts": {
"generate-data": "node scripts/generate-release-data.js",
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.4"
version = "0.3.0"
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 @@ -8,7 +8,7 @@
},
"productName": "ZMK Studio",
"mainBinaryName": "zmk-studio",
"version": "0.2.4",
"version": "0.3.0",
"identifier": "dev.zmk.studio",
"bundle": {
"active": true,
Expand Down

0 comments on commit f25fb4e

Please sign in to comment.