Skip to content

Commit b8a0d10

Browse files
committed
chore(release): 1.18.3
1 parent ab90116 commit b8a0d10

File tree

8 files changed

+16
-9
lines changed

8 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.18.3](https://github.com/ffalt/mah/compare/v1.18.2...v1.18.3) (2026-03-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **languages:** rename Japanese language key from 'jp' to 'ja' ([ab90116](https://github.com/ffalt/mah/commit/ab9011671d839f4f39bf5c538053d3c139563617))
11+
512
## [1.18.2](https://github.com/ffalt/mah/compare/v1.18.1...v1.18.2) (2026-03-15)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mah",
3-
"version": "1.18.2",
3+
"version": "1.18.3",
44
"author": "ffalt",
55
"license": "MIT",
66
"description": "a html5 mahjong solitaire game",

resources/apps/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-mah",
3-
"version": "1.18.2",
3+
"version": "1.18.3",
44
"scripts": {
55
"build": "tauri build",
66
"windows": "tauri build --target x86_64-pc-windows-msvc && npm run rename-windows",

resources/apps/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.

resources/apps/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 = "mah"
3-
version = "1.18.2"
3+
version = "1.18.3"
44
description = "A Tauri App"
55
authors = [ "ffalt" ]
66
edition = "2021"

resources/apps/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",
33
"productName": "mah",
4-
"version": "1.18.2",
4+
"version": "1.18.3",
55
"identifier": "io.github.ffalt.mah",
66
"build": {
77
"removeUnusedCommands": true,

0 commit comments

Comments
 (0)