Skip to content

Commit e278262

Browse files
committed
chore(release): 1.6.0
1 parent cb45093 commit e278262

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.6.0](https://github.com/ffalt/mah/compare/v1.5.1...v1.6.0) (2022-06-21)
6+
7+
8+
### Features
9+
10+
* **i18n:** added Spanish, thanks Carmen! ([cb45093](https://github.com/ffalt/mah/commit/cb45093c0737983a3fb1ec18eff3065032892a37))
11+
12+
13+
### Bug Fixes
14+
15+
* **settings-dialog:** more max width ([b860080](https://github.com/ffalt/mah/commit/b8600808c720d4d9116593f865ef5b6a57fb4b30))
16+
517
### [1.5.1](https://github.com/ffalt/mah/compare/v1.5.0...v1.5.1) (2022-06-13)
618

719

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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mah",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"author": "ffalt",
55
"license": "MIT",
66
"description": "a html5 mahjong solitaire game",
@@ -85,9 +85,9 @@
8585
"name": "Heimen Stoffels",
8686
"url": "https://github.com/Vistaus"
8787
},
88-
{
89-
"name": "Carmen F. B.",
90-
"url": "https://github.com/carmenfdezb"
91-
}
88+
{
89+
"name": "Carmen F. B.",
90+
"url": "https://github.com/carmenfdezb"
91+
}
9292
]
9393
}

0 commit comments

Comments
 (0)