diff --git a/.gitignore b/.gitignore index ef2c96a1..510cfaae 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ testem.log # System Files .DS_Store Thumbs.db +package-lock.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 52973c04..b32ccbd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ - update to Angular 14 - update all dependencies to match Angular 14 version - ## [1.4.0] - 2022-04-1 ### Updates - update to Angular 13 diff --git a/package.json b/package.json index ee7bf15b..b530d408 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "argon-dashboard-angular", - "version": "1.4.0", + "version": "1.5.0", "scripts": { "ng": "ng", "start": "ng serve",