From a6d6b5be34aac19743d6ceca3620dc8913789ca8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Feb 2024 11:10:59 +0000 Subject: [PATCH] chore(release): 2.1.1 [skip ci] ## [2.1.1](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.0...v2.1.1) (2024-02-19) ### Bug Fixes * **sortable-table:** support mixed content and floating values ([e4f9e69](https://github.com/ministryofjustice/moj-frontend/commit/e4f9e69dacd41c9490429469f970c7df9bb5e2f8)), closes [#559](https://github.com/ministryofjustice/moj-frontend/issues/559) --- CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab37d987..a673c0ec 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.0...v2.1.1) (2024-02-19) + + +### Bug Fixes + +* **sortable-table:** support mixed content and floating values ([e4f9e69](https://github.com/ministryofjustice/moj-frontend/commit/e4f9e69dacd41c9490429469f970c7df9bb5e2f8)), closes [#559](https://github.com/ministryofjustice/moj-frontend/issues/559) + # [2.1.0](https://github.com/ministryofjustice/moj-frontend/compare/v2.0.1...v2.1.0) (2024-01-25) diff --git a/package/package.json b/package/package.json index f4b9de05..3650fa8d 100755 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@ministryofjustice/frontend", "description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.", - "version": "2.1.0", + "version": "2.1.1", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {