Skip to content

Commit

Permalink
New version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgegorka committed Oct 11, 2021
1 parent 99f3fc4 commit 645ef73
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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

## 6.0.3

Fix bug when sitePrefix is under a subdomain.

## 6.0.2

Fix bug with named routes starting with a /.
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It's designed for Single Page Applications (SPA). If you need Server Side Render
* [Route prefix](#route-prefix)
* [Localisation](#localisation)
* [Rendering a page in different languages](#rendering-a-page-in-different-languages)
* [Google Analytics](#google-analytics)
* [Google Analytics](#google-analytics)
* [Not Found - 404](#not-found---404)
* [API](#api)
* [Router](#router)
Expand All @@ -34,7 +34,7 @@ It's designed for Single Page Applications (SPA). If you need Server Side Render
* [routeIsActive](#routeisactive)
* [localisedRoute](#localisedroute)
* [Example of use](#example-of-use)
* [Credits](#credits)
* [Credits](#credits)

## Features

Expand Down Expand Up @@ -776,3 +776,5 @@ I would like to thank all the people that create issues and comment on [Github](
[Common Creator](https://github.com/CommonCreator)

[SianLoong](https://github.com/si3nloong)

[Frippertronics](https://github.com/frippertronics)
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": "6.0.2",
"version": "6.0.3",
"description": "A full featured router component for Svelte and your Single Page Applications.",
"main": "lib/cjs/index.js",
"browser": "lib/index.js",
Expand Down

0 comments on commit 645ef73

Please sign in to comment.