diff --git a/CHANGELOG.md b/CHANGELOG.md index c04024a8..7d61f3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.7.0...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.7.1...HEAD) ### Added ### Changed ### Deprecated ### Removed +### Fixed +### Security + +## [0.7.1](https://github.com/nationalarchives/tna-frontend/compare/v0.7.0...v0.7.1) - 2025-01-14 + ### Fixed - Fixed small size difference between show/hide password button width in text input - Added missing `aria-controls` to password show/hide button in text input - Captured missing page meta tags in analytics -### Security - ## [0.7.0](https://github.com/nationalarchives/tna-frontend/compare/v0.6.0...v0.7.0) - 2025-01-13 ### Added diff --git a/package-lock.json b/package-lock.json index 4f42470c..272ac504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", diff --git a/package.json b/package.json index 0fcfe500..08a492df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.7.0", + "version": "0.7.1", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",