diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd9b527..1dfeaaba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Prerelease] +## [0.18.9] + - Enable playwright tests GH action - Remove unused scss and img files - Remove duplicate eslint packages, update eslint config, and resolve linting errors diff --git a/package-lock.json b/package-lock.json index 26972f10..5c6866dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sfr-bookfinder-front-end", - "version": "0.18.8", + "version": "0.18.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sfr-bookfinder-front-end", - "version": "0.18.8", + "version": "0.18.9", "dependencies": { "@chakra-ui/react": "2.5.4", "@newrelic/next": "0.10.0", diff --git a/package.json b/package.json index e0dc1b95..56c8cd78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfr-bookfinder-front-end", - "version": "0.18.8", + "version": "0.18.9", "private": true, "scripts": { "dev": "next dev",