Skip to content

Commit

Permalink
chore(release): 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stn committed Feb 22, 2025
1 parent 83c4fcf commit 2ef9df5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.8.4](https://github.com/mnemnk/mnemnk-app/compare/v0.8.3...v0.8.4) (2025-02-22)


### Features

* 🎸 event scrollbar in daily page ([#67](https://github.com/mnemnk/mnemnk-app/issues/67)) ([1d8d133](https://github.com/mnemnk/mnemnk-app/commit/1d8d1330031b7976910a45dd2ece0a3f08032ea2))

## [0.8.3](https://github.com/mnemnk/mnemnk-app/compare/v0.8.2...v0.8.3) (2025-02-20)


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,6 +1,6 @@
{
"name": "mnemnk-app",
"version": "0.8.3",
"version": "0.8.4",
"description": "",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "mnemnk-app"
version = "0.8.3"
version = "0.8.4"
description = "Mnemnk App"
authors = ["Akira Ishino <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Mnemnk",
"version": "0.8.3",
"version": "0.8.4",
"identifier": "com.mnemnk.mnemnk-app",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit 2ef9df5

Please sign in to comment.