Skip to content

Commit ace283d

Browse files
chore: sync stable release 2.3.1 to main [skip ci]
This commit syncs the stable release version back to main branch to ensure the next beta cycle starts from the correct version base. Release: 2.3.1 Tag: v2.3.1
1 parent f317aa7 commit ace283d

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.1](https://github.com/algorandfoundation/algokit-lora/compare/v2.3.0...v2.3.1) (2026-02-10)
6+
7+
### 🐛 Bug Fixes
8+
9+
* updated nsprc id ([#563](https://github.com/algorandfoundation/algokit-lora/issues/563)) ([c7a0046](https://github.com/algorandfoundation/algokit-lora/commit/c7a00465acd303a451b4cac2e4be973c1024fab2))
10+
511
## [2.3.0](https://github.com/algorandfoundation/algokit-lora/compare/v2.2.1...v2.3.0) (2026-02-04)
612

713
### ♻️ Code Refactoring

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.1-beta.1",
4+
"version": "2.3.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)