Skip to content

Commit

Permalink
Bump version and libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgegorka committed Sep 14, 2023
1 parent ab6590d commit 92d5ba4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Svelte Router changelog

## 7.0.1

Remove warning message.

## 7.0.0

Use ES modules.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,3 +778,5 @@ Svelte Router has been developed by [Jorge Alvarez](https://www.alvareznavarro.e
[SianLoong](https://github.com/si3nloong)

[Frippertronics](https://github.com/frippertronics)

[CHmalainen](https://github.com/CHamalainen)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-router-spa",
"version": "7.0.0",
"version": "7.0.1",
"type": "module",
"description": "A full featured router component for Svelte and your Single Page Applications.",
"main": "lib/cjs/index.js",
Expand Down

0 comments on commit 92d5ba4

Please sign in to comment.