Skip to content

Commit a10fcba

Browse files
chore(release): v0.0.5-0
1 parent 5aa52b5 commit a10fcba

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v0.0.5-0
4+
5+
[compare changes](https://github.com/ambitiondev/dynamic-url/compare/v0.0.4...v0.0.5-0)
6+
7+
### 🔥 Performance
8+
9+
- **query:** Remove need for external dependency ([#20](https://github.com/ambitiondev/dynamic-url/pull/20))
10+
11+
### ❤️ Contributors
12+
13+
- Berrie Nachtweh ([@bnachtweh](https://github.com/bnachtweh))
14+
315
## v0.0.4
416

517
[compare changes](https://github.com/ambitiondev/dynamic-url/compare/v0.0.3...v0.0.4)

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.4",
4+
"version": "0.0.5-0",
55
"main": "./dist/src/url.js",
66
"types": "./dist/src/url.d.ts",
77
"repository": "https://github.com/ambitiondev/dynamic-url",

0 commit comments

Comments
 (0)