Skip to content

Commit dced5b1

Browse files
chore(release): v0.3.0
1 parent 64c6492 commit dced5b1

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

changelogs/2025-10-21_v0.3.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## [0.3.0] - 2025-10-21
2+
3+
### 🚀 Features
4+
5+
- *(url)* Add serializeUrlParams
6+
- *(json)* Add json stringify pretty
7+
- *(email)* Add email sending apis via mailjet and resend
8+
- *(telegram)* Add telegram api for message sending
9+
10+
### 🚜 Refactor
11+
12+
- Refactor(tsconfig): increase target/lib ES version from 2022 to 2024,
13+
add declarationMap
14+
15+
### 📚 Documentation
16+
17+
- *(readme)* Add quick links

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptive-sm/utils",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"scripts": {
55
"build": "rm -rf ./dist && bun tsc -p ./tsconfig.lib.json",
66
"test": "bun test",

0 commit comments

Comments
 (0)