Skip to content

Commit 09baea5

Browse files
committed
chore: release 0.5.0 [skip actions]
1 parent 014e562 commit 09baea5

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Xmind Live Protocol
22

3+
# [0.5.0](https://github.com/davidenke/xmind-live-protocol/compare/0.4.4...0.5.0) (2024-10-25)
4+
5+
6+
### Features
7+
8+
* **demo:** handle dropped files ([a1b117f](https://github.com/davidenke/xmind-live-protocol/commit/a1b117f8f6549cf9e4c5c3e9cd207d68d45d8578))
9+
310
## [0.4.4](https://github.com/davidenke/xmind-live-protocol/compare/0.4.3...0.4.4) (2024-10-25)
411

512
## [0.4.3](https://github.com/davidenke/xmind-live-protocol/compare/0.4.2...0.4.3) (2024-10-24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xmind-live-protocol",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "An application to generate protocol documents from XMind mind maps.",
55
"bin": "dist/index.js",
66
"type": "module",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xmind-live-protocol"
3-
version = "0.4.4"
3+
version = "0.5.0"
44
description = "Generate protocols from Xmind files"
55
authors = ["David Enke<[email protected]>"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0",
33
"productName": "Xmind Live Protocol",
4-
"version": "0.4.4",
4+
"version": "0.5.0",
55
"identifier": "dev.enke.xmind-live-protocol.app",
66
"build": {
77
"beforeDevCommand": "vite dev",

0 commit comments

Comments
 (0)