From d6644583062bf8531cda4488fca7710a81e3344d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Oct 2022 20:52:47 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac486a4..0e95213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ec56df7..764fefd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "define-route", - "version": "0.1.0", + "version": "0.2.0", "description": "", "author": "erictooth", "license": "Apache-2.0",