mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-19 08:57:09 +00:00
Increased the version number
Updated the changelog
This commit is contained in:
@@ -11,6 +11,21 @@ export class ChangelogComponent
|
||||
{
|
||||
changelog: any[] = [
|
||||
|
||||
// v13.0.2
|
||||
{
|
||||
version : 'v13.0.2',
|
||||
releaseDate: 'May 24, 2021',
|
||||
changes : [
|
||||
{
|
||||
type: 'Changed',
|
||||
list: [
|
||||
'(mockApi) Removed typings from data files',
|
||||
'(apps/ecommerce/inventory) Performance improvements, decreased the mockApi delay',
|
||||
'(pages/settings) Fixed: Settings container component width is not filling the container'
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
// v13.0.1
|
||||
{
|
||||
version : 'v13.0.1',
|
||||
|
||||
Reference in New Issue
Block a user