Skip to content

Commit 1ee8e73

Browse files
chore(release): ref:stable 2.3.2 [skip ci]
## [2.3.2](v2.3.1...v2.3.2) (2026-02-13) ### πŸ› Bug Fixes * correct thousand separator detection for certain locales ([#565](#565)) ([242337e](242337e))
1 parent 6566244 commit 1ee8e73

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.3.2](https://github.com/algorandfoundation/algokit-lora/compare/v2.3.1...v2.3.2) (2026-02-13)
6+
7+
### πŸ› Bug Fixes
8+
9+
* correct thousand separator detection for certain locales ([#565](https://github.com/algorandfoundation/algokit-lora/issues/565)) ([242337e](https://github.com/algorandfoundation/algokit-lora/commit/242337e7287d72065d8ebe3e7e11fd949a1b63ff))
10+
511
## [2.3.1](https://github.com/algorandfoundation/algokit-lora/compare/v2.3.0...v2.3.1) (2026-02-10)
612

713
### πŸ› Bug Fixes

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "algokit-lora",
33
"private": true,
4-
"version": "2.3.2-beta.1",
4+
"version": "2.3.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
Β (0)