Skip to content

Commit 98c32fe

Browse files
committed
chore: update version to v1.3.0
1 parent 14c30fb commit 98c32fe

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Improved bot skill
1515
- More to come soon!
1616

17+
## [1.3.0] - 2025-10-02
18+
19+
### Added
20+
21+
- Per [Feedback Form](https://forms.gle/jPd276dcsLVPswBZ7) feature request, added new suit order (gamma) for diamonds < clubs < hearts < spades
22+
1723
## [1.2.1] - 2025-06-22
1824

1925
### Added
@@ -92,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9298
- All existing functionality as of 10-22-2023
9399

94100
[unreleased]: https://github.com/AdoryVo/big-two/compare/v1.1.0...HEAD
101+
[1.3.0]: https://github.com/AdoryVo/big-two/releases/tag/v1.3.0
95102
[1.2.1]: https://github.com/AdoryVo/big-two/releases/tag/v1.2.1
96103
[1.2.0]: https://github.com/AdoryVo/big-two/releases/tag/v1.2.0
97104
[1.1.1]: https://github.com/AdoryVo/big-two/releases/tag/v1.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "big-two",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/components/Version.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function Version(props: TextProps) {
1616
href="https://github.com/AdoryVo/big-two/blob/main/CHANGELOG.md"
1717
isExternal
1818
>
19-
v1.2.2
19+
v1.3.0
2020
</Link>
2121
</Text>
2222
</Tooltip>

0 commit comments

Comments
 (0)