We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb403af commit 09f9ea6Copy full SHA for 09f9ea6
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.0.3-0
4
+
5
6
+### 🤖 CI
7
8
+- **release:** Trigger new create release workflow and bump version ([#15](https://github.com/ambitiondev/dynamic-url/pull/15))
9
10
+### ❤️ Contributors
11
12
+- Berrie Nachtweh ([@bnachtweh](https://github.com/bnachtweh))
13
14
## [0.0.2](https://github.com/ambitiondev/dynamic-url/compare/dynamic-url-v0.0.1...dynamic-url-v0.0.2) (2026-01-15)
15
16
package.json
@@ -1,7 +1,7 @@
{
"name": "@ambitiondev/dynamic-url",
"description": "lightweight util for creating dynamic endpoint strings",
- "version": "0.0.2",
+ "version": "0.0.3-0",
"main": "./dist/src/url.js",
"types": "./dist/src/url.d.ts",
"files": [
0 commit comments