diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a63e103..d03b4587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ ### [coreui-free-angular-admin-template](https://coreui.io/angular/) changelog +--- + +#### `5.3.4` + +- chore(dependencies): update +- chore(dependencies): security patch for `path-to-regexp` ReDoS in 0.1.x +- fix(toast.component): remove constructor-based dependency injection + --- #### `5.3.3` diff --git a/package.json b/package.json index f1ebf8eb..a3e51ae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coreui-free-angular-admin-template", - "version": "5.3.3", + "version": "5.3.4", "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek", "license": "MIT", "author": "The CoreUI Team (https://github.com/orgs/coreui/people) and contributors", diff --git a/src/index.html b/src/index.html index 988d6f6a..8e459e50 100644 --- a/src/index.html +++ b/src/index.html @@ -1,7 +1,7 @@