From 0d23fc3064f42ce3911a4a75c916b81b6d18d148 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Nov 2023 16:09:40 +0000 Subject: [PATCH] chore(release): 1.8.1 [skip ci] ## [1.8.1](https://github.com/ministryofjustice/moj-frontend/compare/v1.8.0...v1.8.1) (2023-11-17) ### Bug Fixes * **help and feedback missing destination:** page destination incorrect and causing a broken link ([#536](https://github.com/ministryofjustice/moj-frontend/issues/536)) ([3b4b9f7](https://github.com/ministryofjustice/moj-frontend/commit/3b4b9f794430335f6abeed7f8a585831125a2aa2)) --- CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63ba3da..d0d41fb0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.1](https://github.com/ministryofjustice/moj-frontend/compare/v1.8.0...v1.8.1) (2023-11-17) + + +### Bug Fixes + +* **help and feedback missing destination:** page destination incorrect and causing a broken link ([#536](https://github.com/ministryofjustice/moj-frontend/issues/536)) ([3b4b9f7](https://github.com/ministryofjustice/moj-frontend/commit/3b4b9f794430335f6abeed7f8a585831125a2aa2)) + # [1.8.0](https://github.com/ministryofjustice/moj-frontend/compare/v1.7.0...v1.8.0) (2023-06-08) diff --git a/package/package.json b/package/package.json index 7b595a72..a439f11d 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": "1.8.0", + "version": "1.8.1", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {