Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalt committed Oct 27, 2021
1 parent 0dd41c4 commit 19652f3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 94 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

## [1.3.0](https://github.com/ffalt/mah/compare/v1.2.0...v1.3.0) (2021-10-27)


### ⚠ BREAKING CHANGES

* **deps:** No more IE11 support

### Features

* **board:** show tile name as svg title ([b111657](https://github.com/ffalt/mah/commit/b111657d6f0ab1a4ae17f1865be5c3fbee787531))
* **font:** switch to kulim park for better cyrillic support ([727d445](https://github.com/ffalt/mah/commit/727d44523cd57b5134f6a95e6e30fe6d4a051f31))
* **i18n:** refactor, add pt & ru, translate more strings ([b7e30fe](https://github.com/ffalt/mah/commit/b7e30fe8dd9d4e1c73f8723de8b5e70f17780ab1))
* **sound:** play tile sound on deselect too ([a91acf7](https://github.com/ffalt/mah/commit/a91acf7bc22218b3fe17b7d5c9dbad4cb1712ddb))


### Bug Fixes

* **css:** better paddings ([ef91056](https://github.com/ffalt/mah/commit/ef91056c71eb9a18e0a7764d843f0ed17fb25202))
* **css:** fix font sizes and layout on 4k display ([d2c375e](https://github.com/ffalt/mah/commit/d2c375e2d07cdd99a5b82acd81eafd09d0a7563a))


### build

* **deps:** update to angular 12.2.11 ([e54d412](https://github.com/ffalt/mah/commit/e54d412878dd355b25324eb086b699ffd54f8ab2))

## [1.2.0](https://github.com/ffalt/mah/compare/v1.1.9...v1.2.0) (2020-12-10)


Expand Down
107 changes: 17 additions & 90 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mah",
"version": "1.2.0",
"version": "1.3.0",
"author": "ffalt",
"license": "MIT",
"description": "a html5 mahjong solitaire game",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"conventional-changelog-cli": "2.1.1",
"eslint": "^7.26.0",
"eslint": "7.26.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsdoc": "37.0.3",
"eslint-plugin-no-null": "latest",
Expand All @@ -79,4 +79,4 @@
"typescript": "4.3.5",
"webpack": "5.60.0"
}
}
}
2 changes: 1 addition & 1 deletion src/environments/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.2.0';
export const version = '1.3.0';

0 comments on commit 19652f3

Please sign in to comment.