Skip to content

Commit b747e63

Browse files
Merge pull request #9 from remarkablegames/release-please--branches--master--components--secret-identity
chore(master): release 1.0.5
2 parents f07bedf + ffe9308 commit b747e63

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.0.5](https://github.com/remarkablegames/secret-identity/compare/v1.0.4...v1.0.5) (2024-11-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **api:** decrease max tokens from 100 to 1 ([f07bedf](https://github.com/remarkablegames/secret-identity/commit/f07bedfefe1ee5a0a416ad3755c96814aaf0aac3))
9+
310
## [1.0.4](https://github.com/remarkablegames/secret-identity/compare/v1.0.3...v1.0.4) (2024-11-15)
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.0.4",
4+
"version": "1.0.5",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

0 commit comments

Comments
 (0)