Compare commits

..

2 Commits

Author SHA1 Message Date
Corentin Thomasset
ed176c7b8c 1.5.0 2020-06-23 09:40:58 +02:00
Corentin Thomasset
e152651a4b chore: updated version
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2020-06-23 09:40:50 +02:00
5 changed files with 2 additions and 13 deletions

View File

@@ -3,9 +3,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.5.1
- [feat] switched back to history mode (no more '#' in url)
## 1.5.0
- [feat] added [qr-code generator](/#/qrcode-generator)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "it-tools",
"version": "1.5.1",
"version": "1.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "it-tools",
"description": "",
"version": "1.5.1",
"version": "1.5.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@@ -158,7 +158,6 @@ const routes = [
const router = new VueRouter({
base: process.env.BASE_URL,
mode: 'history',
routes
});

View File

@@ -1,7 +0,0 @@
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "dest": "/index.html" }
]
}