Skip to content

Commit 56ecf0d

Browse files
Merge pull request #22 from remarkablegames/release-please--branches--master--components--secret-identity
chore(master): release 1.3.0
2 parents 2e901f4 + 249e942 commit 56ecf0d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/remarkablegames/secret-identity/compare/v1.2.3...v1.3.0) (2024-11-22)
4+
5+
6+
### Features
7+
8+
* **constants:** increase MAX_GUESSES from 5 to 6 ([2e901f4](https://github.com/remarkablegames/secret-identity/commit/2e901f4460b0d8356bdd03a6a526ff149e21439f))
9+
310
## [1.2.3](https://github.com/remarkablegames/secret-identity/compare/v1.2.2...v1.2.3) (2024-11-20)
411

512

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,7 +1,7 @@
11
{
22
"name": "secret-identity",
33
"private": true,
4-
"version": "1.2.3",
4+
"version": "1.3.0",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

0 commit comments

Comments
 (0)