diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6bada946..82c0fc7319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.24.1](https://github.com/blackbaud/skyux/compare/9.24.0...9.24.1) (2024-02-13) + + +### Bug Fixes + +* **components/forms:** improve form error documentation ([#2007](https://github.com/blackbaud/skyux/issues/2007)) ([845bb44](https://github.com/blackbaud/skyux/commit/845bb44e087bdfe2f8cd58ed4aa2a579c6c33e1f)) + ## [9.24.0](https://github.com/blackbaud/skyux/compare/9.23.0...9.24.0) (2024-02-08) diff --git a/package-lock.json b/package-lock.json index 8740fb7c27..7856af2e2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "9.24.0", + "version": "9.24.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "9.24.0", + "version": "9.24.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 74ffb07af8..5dc5974107 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "9.24.0", + "version": "9.24.1", "license": "MIT", "scripts": { "ng": "nx",