Skip to content

Commit c3676b7

Browse files
committed
chore(release): publish
- project: utils 0.2.1 - project: sftkit 0.3.1
1 parent e03b40c commit c3676b7

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

sftkit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.1 (2025-03-01)
2+
3+
### 🩹 Fixes
4+
5+
- **sftkit:** bump dependencies ([e03b40c](https://github.com/SFTtech/sftkit/commit/e03b40c))
6+
7+
### ❤️ Thank You
8+
9+
- Michael Loipführer
10+
111
## 0.3.0 (2024-12-27)
212

313
### 🚀 Features

sftkit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "pdm.backend"
55

66
[project]
77
name = "sftkit"
8-
version = "0.3.0"
8+
version = "0.3.1"
99
license = { text = "MIT" }
1010
maintainers = [{ name = "Michael Loipführer", email = "milo@sft.lol" }]
1111
dynamic = ["description"]

web/utils/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.1 (2025-03-01)
2+
3+
### 🩹 Fixes
4+
5+
- correct package.json repository references ([199942d](https://github.com/SFTtech/sftkit/commit/199942d))
6+
7+
### ❤️ Thank You
8+
9+
- Michael Loipführer
10+
111
## 0.2.0 (2024-06-28)
212

313

web/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sftkit/utils",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)