Skip to content

Commit

Permalink
Release 0.14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 10, 2024
1 parent fb5ec35 commit 2890f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.14.0
* Added `search` with parsed search params to store’s value.
* Added `search` argument to all functions to get and open URL.
* Removed `createSearchParams` in favor of `route.search` of normal router.

## 0.13
* Added page object support in `getPagePath`, `openPage`, and `redirectPage`.

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": "@nanostores/router",
"version": "0.13.0",
"version": "0.14.0",
"description": "A tiny (685 bytes) router for Nano Stores state manager",
"keywords": [
"nano",
Expand Down

0 comments on commit 2890f25

Please sign in to comment.