Skip to content

Commit 1f8dd20

Browse files
committed
Version bump
1 parent 47c70d4 commit 1f8dd20

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.3.0] - 2025-01-20
11+
1012
### Added
1113

1214
- Fullscreen mode (for desktop devices)
@@ -69,7 +71,8 @@ Prerelease Version
6971

7072
Initial Prerelease Version
7173

72-
[unreleased]: https://github.com/Coteh/2048-clone/compare/v1.2.0...HEAD
74+
[unreleased]: https://github.com/Coteh/2048-clone/compare/v1.3.0...HEAD
75+
[1.3.0]: https://github.com/Coteh/2048-clone/compare/v1.2.0...v1.3.0
7376
[1.2.0]: https://github.com/Coteh/2048-clone/compare/v1.1.0...v1.2.0
7477
[1.1.0]: https://github.com/Coteh/2048-clone/compare/v1.0.2...v1.1.0
7578
[1.0.2]: https://github.com/Coteh/2048-clone/compare/v1.0.1...v1.0.2

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.2.0",
3+
"version": "1.3.0",
44
"description": "A clone of the popular 2048 game.",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)