Skip to content

Commit d403991

Browse files
chore(release): ref:stable 2.0.3 [skip ci]
## [2.0.3](v2.0.2...v2.0.3) (2025-07-28) ### πŸ› Bug Fixes * more logging to debug releaes ([84a40b8](84a40b8))
1 parent 80c78cb commit d403991

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.0.3](https://github.com/algorandfoundation/algokit-lora/compare/v2.0.2...v2.0.3) (2025-07-28)
6+
7+
### πŸ› Bug Fixes
8+
9+
* more logging to debug releaes ([84a40b8](https://github.com/algorandfoundation/algokit-lora/commit/84a40b8f503bcef5b6f86995b311201e4ac5d4cf))
10+
511
## [2.0.2](https://github.com/algorandfoundation/algokit-lora/compare/v2.0.1...v2.0.2) (2025-07-28)
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.0.0-beta.6",
4+
"version": "2.0.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

β€Žsrc-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algokit-lora"
3-
version = "2.0.0-beta.6"
3+
version = "2.0.3"
44
description = "algokit-lora"
55
authors = ["algorand-foundation"]
66
edition = "2021"

0 commit comments

Comments
Β (0)