Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0](v0.0.2...v0.1.0) (2022-10-09)

### Bug Fixes

* make path merging more forgiving and add tests ([43a3e04](43a3e04))

### Features

* add `link` method to `defineRoute` to get a path without location.origin ([6cf4ff8](6cf4ff8))
  • Loading branch information
semantic-release-bot committed Oct 9, 2022
1 parent 43a3e04 commit ffcc7ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "define-route",
"version": "0.0.2",
"version": "0.1.0",
"description": "",
"author": "erictooth",
"license": "Apache-2.0",
Expand Down

0 comments on commit ffcc7ee

Please sign in to comment.