Skip to content

Commit d841e75

Browse files
Merge pull request #18 from remarkablegames/release-please--branches--master--components--secret-identity
chore(master): release 1.2.3
2 parents ae3a13a + a313135 commit d841e75

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.3](https://github.com/remarkablegames/secret-identity/compare/v1.2.2...v1.2.3) (2024-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **Form:** disable submit button if over max guesses ([f4f9f95](https://github.com/remarkablegames/secret-identity/commit/f4f9f9563ddf359b92bcbf0a00d76f20f58aabc8))
9+
* **helpers:** update localStorage key to use locale date string ([ae3a13a](https://github.com/remarkablegames/secret-identity/commit/ae3a13a85fa7c17d101680fa9e194a074d5683ad))
10+
311
## [1.2.2](https://github.com/remarkablegames/secret-identity/compare/v1.2.1...v1.2.2) (2024-11-20)
412

513

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.2",
4+
"version": "1.2.3",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

0 commit comments

Comments
 (0)