Skip to content

Commit fb1773c

Browse files
committed
chore: release 0.4.2 [skip actions]
1 parent f20a071 commit fb1773c

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.4.2](https://github.com/davidenke/xmind-live-protocol/compare/0.4.1...0.4.2) (2024-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* get file name from path without delimiters ([77a0981](https://github.com/davidenke/xmind-live-protocol/commit/77a0981bb0768d917504e994dfdc8dd9c9ef95ff))
9+
310
## [0.4.1](https://github.com/davidenke/xmind-live-protocol/compare/0.4.0...0.4.1) (2024-10-23)
411

512
# 0.4.0 (2024-10-23)

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.1",
3+
"version": "0.4.2",
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.1"
3+
version = "0.4.2"
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.1",
4+
"version": "0.4.2",
55
"identifier": "dev.enke.xmind-live-protocol.app",
66
"build": {
77
"beforeDevCommand": "vite dev",

0 commit comments

Comments
 (0)