diff --git a/CHANGELOG.md b/CHANGELOG.md index 512ce7e..abb24d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## [1.0.10] - 2024-09-23 + +### Changed + +- Fixed npm audit issues. + +## [1.0.9] - 2024-09-02 + +### Changed + +- Upgraded to Angular 18. +- Fixed npm audit issues. + +## [1.0.8] - 2024-09-02 + +### Changed + +- Fixed npm audit issues. + ## [1.0.7] - 2024-05-02 ### Changed diff --git a/package-lock.json b/package-lock.json index c9d1410..a071cbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zax-dashboard", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zax-dashboard", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "dependencies": { "@angular/animations": "18.2.5", diff --git a/package.json b/package.json index 1f92714..b9e0086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zax-dashboard", - "version": "1.0.9", + "version": "1.0.10", "author": "Vault12", "license": "MIT", "scripts": {