From 6c5aeedb8cdc8a176550809c98f1c181271262ad Mon Sep 17 00:00:00 2001 From: ffalt Date: Sun, 18 Feb 2024 16:46:45 +0100 Subject: [PATCH] chore(release): 1.7.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7985efb4..6f5608b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [1.7.1](https://github.com/ffalt/mah/compare/v1.7.0...v1.7.1) (2024-02-18) + + +### Bug Fixes + +* **mobile:** use full-height without browser bar to avoid scrolled UI ([d6a071b](https://github.com/ffalt/mah/commit/d6a071b774b7e8f460fd91afbab9e1433b7906af)) +* **mobile:** use full-height without browser bar to avoid scrolled UI ([f32088b](https://github.com/ffalt/mah/commit/f32088b35ee0a8584ccc0dc6a20bfe52a68e7e68)) + ## [1.7.0](https://github.com/ffalt/mah/compare/v1.6.1...v1.7.0) (2024-02-18) diff --git a/package-lock.json b/package-lock.json index 88116470..9f5c2772 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mah", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mah", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "@angular/animations": "17.2.1", diff --git a/package.json b/package.json index 71e9a3ff..f6d0be5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mah", - "version": "1.7.0", + "version": "1.7.1", "author": "ffalt", "license": "MIT", "description": "a html5 mahjong solitaire game",