Skip to content

Commit

Permalink
Release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 11, 2020
1 parent 55c2249 commit 69d2d7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.3.1",
"@bjornlu/svelte-router": "^0.3.2",
"@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.3.1",
"@bjornlu/svelte-router": "^0.3.2",
"@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.3.1",
"version": "0.3.2",
"main": "dist/svelte-router.umd.js",
"module": "dist/index.js",
"svelte": "dist/index.js",
Expand Down

0 comments on commit 69d2d7a

Please sign in to comment.