Increased the version number and updated the changelog

This commit is contained in:
sercan 2021-08-31 16:43:18 +03:00
parent c7b8a4564b
commit 0f249f287e
3 changed files with 16 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@fuse/demo",
"version": "13.6.1",
"version": "13.6.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@fuse/demo",
"version": "13.6.1",
"version": "13.6.2",
"description": "Fuse - Angular Admin Template and Starter Project",
"author": "https://themeforest.net/user/srcn",
"license": "https://themeforest.net/licenses/standard",

View File

@ -10,9 +10,22 @@ export class ChangelogComponent
{
changelog: any[] = [
// v13.6.2
{
version : 'v13.6.2',
releaseDate: 'Sep 01, 2021',
changes : [
{
type: 'Fixed',
list: [
'(QuickChat) Fixed: Wrong css rule causing a lot of problems'
]
}
]
},
// v13.6.1
{
version : 'v13.6.0',
version : 'v13.6.1',
releaseDate: 'Aug 31, 2021',
changes : [
{