Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mefechoel committed May 10, 2020
1 parent 84abb00 commit 85e7bb2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules
.nyc_output
.vscode
.github
coverage
coverage-jest
coverage-cypress
Expand All @@ -18,3 +19,5 @@ cypress.json
jest.config.js
rollup.config.js
yarn.lock
CODE_OF_CONDUCT.md
CONTRIBUTING.md
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.0.2

## Other:

- Add URL Bar example
- Add REPL Links to all examples

# 2.0.1

## Fixes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![NPM](https://img.shields.io/npm/l/svelte-navigator?style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/mefechoel/svelte-navigator?style=flat-square)

> Simple, declarative routing for single page apps built with Svelte.
> Simple, declarative routing for Svelte.
This started as a fork of [svelte-routing](https://github.com/EmilTholin/svelte-routing), with added configuration options and access to parts of the Routers context through React-esque hooks.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-navigator",
"version": "2.0.1",
"description": "Simple, declarative routing for single page apps built with Svelte",
"version": "2.0.2",
"description": "Simple, declarative routing for Svelte",
"main": "dist/svelte-navigator.umd.js",
"unpkg": "dist/svelte-navigator.umd.min.js",
"module": "dist/svelte-navigator.module.mjs",
Expand Down

0 comments on commit 85e7bb2

Please # to comment.