Skip to content

Commit d24d03a

Browse files
chore(main): release dynamic-url 0.0.2 (#11)
Co-authored-by: ambitiondev-release-bot[bot] <255108203+ambitiondev-release-bot[bot]@users.noreply.github.com>
1 parent cf04e2e commit d24d03a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/ambitiondev/dynamic-url/compare/dynamic-url-v0.0.1...dynamic-url-v0.0.2) (2026-01-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **release:** make sure the release gets done following v4 ([#9](https://github.com/ambitiondev/dynamic-url/issues/9)) ([9b156a2](https://github.com/ambitiondev/dynamic-url/commit/9b156a2d40399e46663f0edf6c5ab6526bf0482d))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ambitiondev/dynamic-url",
33
"description": "lightweight util for creating dynamic endpoint strings",
4-
"version": "0.0.0",
4+
"version": "0.0.2",
55
"main": "./dist/src/url.js",
66
"types": "./dist/src/url.d.ts",
77
"files": [

0 commit comments

Comments
 (0)