diff --git a/CHANGELOG.md b/CHANGELOG.md index 119d0a2..de385be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Redirect to link search page after creating a new link - The previous behaviour was to redirect to the new link page, which would effectively clear the form +### Fixed + +- Your Links navigation item was incorrectly highlighted on the new links page + ## [1.6.2](https://github.com/s-thom/linkdrop/compare/v1.6.1...v1.6.2) - 2023-02-12 ### Added diff --git a/package-lock.json b/package-lock.json index 6374992..5101fb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "linkdrop-d071", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "linkdrop-d071", - "version": "1.6.2", + "version": "1.6.3", "license": "MIT", "dependencies": { "@prisma/client": "^4.9.0", diff --git a/package.json b/package.json index abd9aae..d53790c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkdrop-d071", - "version": "1.6.2", + "version": "1.6.3", "private": true, "description": "", "license": "MIT",