Skip to content

Commit 5165b50

Browse files
chore(release): v0.0.7
1 parent e92a6d0 commit 5165b50

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.7
4+
5+
[compare changes](https://github.com/ambitiondev/dynamic-url/compare/v0.0.6...v0.0.7)
6+
7+
### 📦 Build
8+
9+
- **package:** Remove qs types package from dev dependencies ([#25](https://github.com/ambitiondev/dynamic-url/pull/25))
10+
11+
### ❤️ Contributors
12+
13+
- Berrie Nachtweh ([@bnachtweh](https://github.com/bnachtweh))
14+
315
## v0.0.6
416

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

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.6",
4+
"version": "0.0.7",
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)