Skip to content

Commit

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

### Features

* allow link generating functions to contain URI encoded strings and not interfere with param placeholders ([cde303f](cde303f))
  • Loading branch information
semantic-release-bot committed Oct 20, 2022
1 parent cde303f commit d664458
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.2.0](https://github.com/erictooth/define-route/compare/v0.1.0...v0.2.0) (2022-10-20)


### Features

* allow link generating functions to contain URI encoded strings and not interfere with param placeholders ([cde303f](https://github.com/erictooth/define-route/commit/cde303fe104bd4d49d9f9735c9aa3b0100c97ea8))

# [0.1.0](https://github.com/erictooth/define-route/compare/v0.0.2...v0.1.0) (2022-10-09)


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.1.0",
"version": "0.2.0",
"description": "",
"author": "erictooth",
"license": "Apache-2.0",
Expand Down

0 comments on commit d664458

Please sign in to comment.