Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Nov 12, 2024
1 parent def6d0b commit 645d02f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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.0"
".": "0.2.1"
}
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.1](https://github.com/zmkfirmware/zmk-studio/compare/v0.2.0...v0.2.1) (2024-11-12)


### Bug Fixes

* **ci:** Proper release-please support for Tauri ([#77](https://github.com/zmkfirmware/zmk-studio/issues/77)) ([0902316](https://github.com/zmkfirmware/zmk-studio/commit/0902316fb498d7801d99d4ac021b69ca0b2ee7fd))

## [0.2.0](https://github.com/zmkfirmware/zmk-studio/compare/v0.1.2...v0.2.0) (2024-11-11)


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.0",
"version": "0.2.1",
"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.1.0"
version = "0.2.1"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down

0 comments on commit 645d02f

Please sign in to comment.