Skip to content

Commit

Permalink
Release 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gosolivs committed Mar 23, 2020
1 parent 0dda9c7 commit 9c0ef07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.0
* Rename named exports to `routerKey`, `routerChanged`, `routerNavigate`
* Add ES modules support
* Use ES2016 syntax
* Update TypeScript definitions
* Update docs
* Reduce size

## 0.3.1
* Reduce size

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storeon/router",
"version": "0.3.1",
"version": "1.0.0",
"description": "Storeon module for URL routing",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -73,7 +73,9 @@
"params",
"routerChanged",
"routerNavigate",
"routerKey"
"routerKey",
"ES2016",
"ES"
]
},
"eslintConfig": {
Expand Down

0 comments on commit 9c0ef07

Please sign in to comment.