Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jan 31, 2021
1 parent f9f51e9 commit cd16ef2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.1 - 2021-01-31

### Fixed

- Don't remount component when enter nested routes (again)

## 0.4.0 - 2021-01-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "sirv public -s"
},
"devDependencies": {
"@bjornlu/svelte-router": "^0.4.0",
"@bjornlu/svelte-router": "^0.4.1",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"rollup": "^2.3.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/lazy-loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "sirv public -s"
},
"devDependencies": {
"@bjornlu/svelte-router": "^0.4.0",
"@bjornlu/svelte-router": "^0.4.1",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"rollup": "^2.3.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bjornlu/svelte-router",
"description": "An easy-to-use SPA router for Svelte",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/svelte-router.umd.js",
"module": "dist/index.js",
"svelte": "dist/index.js",
Expand Down

0 comments on commit cd16ef2

Please sign in to comment.