We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c6492 commit dced5b1Copy full SHA for dced5b1
2 files changed
changelogs/2025-10-21_v0.3.0.md
@@ -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
@@ -1,6 +1,6 @@
{
"name": "@adaptive-sm/utils",
- "version": "0.2.5",
+ "version": "0.3.0",
"scripts": {
"build": "rm -rf ./dist && bun tsc -p ./tsconfig.lib.json",
"test": "bun test",
0 commit comments