Skip to content

Commit 238040c

Browse files
committed
Version bump
1 parent 846ddea commit 238040c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2025-01-03
11+
1012
### Added
1113

1214
- Ability to toggle Debug HUD
@@ -57,7 +59,8 @@ Prerelease Version
5759

5860
Initial Prerelease Version
5961

60-
[unreleased]: https://github.com/Coteh/2048-clone/compare/v1.1.0...HEAD
62+
[unreleased]: https://github.com/Coteh/2048-clone/compare/v1.2.0...HEAD
63+
[1.2.0]: https://github.com/Coteh/2048-clone/compare/v1.1.0...v1.2.0
6164
[1.1.0]: https://github.com/Coteh/2048-clone/compare/v1.0.2...v1.1.0
6265
[1.0.2]: https://github.com/Coteh/2048-clone/compare/v1.0.1...v1.0.2
6366
[1.0.1]: https://github.com/Coteh/2048-clone/compare/v1.0.0...v1.0.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "2048-clone",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A clone of the popular 2048 game.",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)