File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
22 "name" : " big-two" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.3.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments