Skip to content

Commit

Permalink
Release 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gosolivs committed May 25, 2020
1 parent 38b62bd commit 3832e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.0
* Fix click on child elements.

## 1.0.1
* Fix listeners for DevTools
* Fix listeners for DevTools.

## 1.0.0
* Rename named exports to `routerKey`, `routerChanged`, `routerNavigate`.
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": "@storeon/router",
"version": "1.0.1",
"version": "1.1.0",
"description": "Storeon module for URL routing",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 3832e79

Please sign in to comment.