Skip to content

Commit b5a0abd

Browse files
committed
chore(release): 1.16.0
1 parent 17a6da2 commit b5a0abd

File tree

8 files changed

+17
-9
lines changed

8 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.16.0](https://github.com/ffalt/mah/compare/v1.15.1...v1.16.0) (2025-12-18)
6+
7+
8+
### Features
9+
10+
* **board:** shuffle uses the remaining stones and does not create a new board ([d5e9a91](https://github.com/ffalt/mah/commit/d5e9a9144857318d58b7dc5439aaaa07241448dd))
11+
* **sounds:** remove binary sounds, use ZzFX for sound generation, adjust jest mocks ([fbeaaac](https://github.com/ffalt/mah/commit/fbeaaac0b5096e89810a9471e3933af95932e0bf))
12+
513
## [1.15.1](https://github.com/ffalt/mah/compare/v1.15.0...v1.15.1) (2025-12-14)
614

715

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.15.1",
3+
"version": "1.16.0",
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.15.1",
3+
"version": "1.16.0",
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.15.1"
3+
version = "1.16.0"
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.15.1",
4+
"version": "1.16.0",
55
"identifier": "io.github.ffalt.mah",
66
"build": {
77
"removeUnusedCommands": true,

0 commit comments

Comments
 (0)