diff --git a/CHANGELOG.md b/CHANGELOG.md index 689f343..9ba3305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.7.1](https://github.com/geo-quest/travel-bingo/compare/v1.7.0...v1.7.1) (2024-08-11) + +### Bug Fixes + +* **podium:** supporting less than 3 teams ([#39](https://github.com/geo-quest/travel-bingo/issues/39)) ([9a5364f](https://github.com/geo-quest/travel-bingo/commit/9a5364f20a52f01817fc666513a3af1890fa133e)) + ## [1.7.0](https://github.com/geo-quest/travel-bingo/compare/v1.6.0...v1.7.0) (2024-08-11) ### Features diff --git a/package-lock.json b/package-lock.json index 6b509a2..aa2fcd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "travel-bingo", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "travel-bingo", - "version": "1.7.0", + "version": "1.7.1", "dependencies": { "@ant-design/icons": "^5.4.0", "@testing-library/jest-dom": "^5.17.0", diff --git a/package.json b/package.json index 8fd13e7..5982ec6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "travel-bingo", "homepage": "https://travel-bingo.netlify.app", - "version": "1.7.0", + "version": "1.7.1", "private": true, "dependencies": { "@ant-design/icons": "^5.4.0",