diff --git a/CHANGELOG.md b/CHANGELOG.md index efd27a6..a8aa1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.51.2](https://github.com/amalv/bukie/compare/v1.51.1...v1.51.2) (2024-01-09) + + +### Bug Fixes + +* **useBooks:** remove token from BOOKS_QUERY variables to prevent double query execution ([82cfaac](https://github.com/amalv/bukie/commit/82cfaac50fa0d211c5508af546206be93dea2e2f)) + ## [1.51.1](https://github.com/amalv/bukie/compare/v1.51.0...v1.51.1) (2024-01-09) diff --git a/package-lock.json b/package-lock.json index 8babcce..c63a723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bukie", - "version": "1.51.1", + "version": "1.51.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bukie", - "version": "1.51.1", + "version": "1.51.2", "dependencies": { "@apollo/client": "^3.8.7", "@auth0/auth0-react": "^2.2.4", diff --git a/package.json b/package.json index c7c24c7..fd20994 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bukie", "private": true, - "version": "1.51.1", + "version": "1.51.2", "type": "module", "scripts": { "dev": "vite",