diff --git a/CHANGELOG.md b/CHANGELOG.md index f7125ed0..c61ebc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.25.1](https://github.com/Enterprise-CMCS/macpro-ux-lib/compare/v1.25.0...v1.25.1) (2023-09-08) + + +### Bug Fixes + +* **footer:** Fix layout issues with Footer in Mako (part 1 of 2) ([#269](https://github.com/Enterprise-CMCS/macpro-ux-lib/issues/269)) ([aa42e89](https://github.com/Enterprise-CMCS/macpro-ux-lib/commit/aa42e89023856e34fe53af8ebf0b72015b9283aa)) + # [1.25.0](https://github.com/Enterprise-CMCS/macpro-ux-lib/compare/v1.24.1...v1.25.0) (2023-08-03) diff --git a/package.json b/package.json index 38eb44db..a8c8455c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enterprise-cmcs/macpro-ux-lib", - "version": "1.25.0", + "version": "1.25.1", "description": "Common UX libraries packaged for easier distribution throughout CMS.", "main": "build/index.js", "module": "build/index.es.js",