Skip to content

Commit

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

## 0.12
* Allowed to pass number to router parameter.
* Removed Node.js 16 support.

## 0.11
* Replaced `data-no-router` to `target="_self"`.
* Added ignoring clicks with `event.preventDefault()` calls.
Expand All @@ -14,7 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.9
* Moved to Nano Stores 0.8.
* Moved to TypeScript 5.
* Remove Node.js 14 support.
* Removed Node.js 14 support.

## 0.8.3
* Fixed URL normalization on `search` option.
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.11.0",
"version": "0.12.0",
"description": "A tiny (675 bytes) router for Nano Stores state manager",
"keywords": [
"nano",
Expand Down

0 comments on commit 381fc3f

Please sign in to comment.