diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6e2f3..ac486a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.1.0](https://github.com/erictooth/define-route/compare/v0.0.2...v0.1.0) (2022-10-09) + + +### Bug Fixes + +* make path merging more forgiving and add tests ([43a3e04](https://github.com/erictooth/define-route/commit/43a3e045d12f12b74948ce248e45d06412ab06e2)) + + +### Features + +* add `link` method to `defineRoute` to get a path without location.origin ([6cf4ff8](https://github.com/erictooth/define-route/commit/6cf4ff8b352fb53b7e1550300960ba9b06f943d2)) + ## [0.0.2](https://github.com/erictooth/define-route/compare/v0.0.1...v0.0.2) (2022-10-08) diff --git a/package.json b/package.json index cec14ed..ec56df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "define-route", - "version": "0.0.2", + "version": "0.1.0", "description": "", "author": "erictooth", "license": "Apache-2.0",