Skip to content

Commit f065aad

Browse files
chore(release): v0.0.6
1 parent e6149b5 commit f065aad

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.0.6
4+
5+
[compare changes](https://github.com/ambitiondev/dynamic-url/compare/v0.0.5...v0.0.6)
6+
7+
### 🏡 Chore
8+
9+
- **package:** Add shields ([#22](https://github.com/ambitiondev/dynamic-url/pull/22))
10+
- **package:** Add license and metadata ([#23](https://github.com/ambitiondev/dynamic-url/pull/23))
11+
12+
### ❤️ Contributors
13+
14+
- Berrie Nachtweh ([@bnachtweh](https://github.com/bnachtweh))
15+
316
## v0.0.5
417

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

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