Skip to content

Commit eec0c9b

Browse files
committed
chore(release): 1.15.0
1 parent 7ee5268 commit eec0c9b

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.15.0](https://github.com/ffalt/mah/compare/v1.14.1...v1.15.0) (2025-12-14)
6+
7+
8+
### Features
9+
10+
* **background:** refresh images and add starry sky image ([68c492f](https://github.com/ffalt/mah/commit/68c492f5fb25b708fe657e6bc2ba2f89c3956945))
11+
* **backgrounds:** use patterns from pattern monster ([f6b0d8f](https://github.com/ffalt/mah/commit/f6b0d8f610c03ba2308bab6c72ddfc5cf0235023))
12+
513
## [1.14.1](https://github.com/ffalt/mah/compare/v1.14.0...v1.14.1) (2025-12-05)
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.14.1",
3+
"version": "1.15.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.14.1",
3+
"version": "1.15.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.14.1"
3+
version = "1.15.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.14.1",
4+
"version": "1.15.0",
55
"identifier": "io.github.ffalt.mah",
66
"build": {
77
"removeUnusedCommands": true,

0 commit comments

Comments
 (0)