From bc79c925fe2179402b6c9fefb301b310208e97e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Aug 2024 08:59:46 +0000 Subject: [PATCH] chore(release): 1.22.0 ## [1.22.0](https://github.com/geo-quest/travel-bingo/compare/v1.21.0...v1.22.0) (2024-08-17) ### Features * add challenge ([#73](https://github.com/geo-quest/travel-bingo/issues/73)) ([04359ca](https://github.com/geo-quest/travel-bingo/commit/04359ca7618577301e42aea653d758bf0d7c883d)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 799a1e2..a19a647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.22.0](https://github.com/geo-quest/travel-bingo/compare/v1.21.0...v1.22.0) (2024-08-17) + +### Features + +* add challenge ([#73](https://github.com/geo-quest/travel-bingo/issues/73)) ([04359ca](https://github.com/geo-quest/travel-bingo/commit/04359ca7618577301e42aea653d758bf0d7c883d)) + ## [1.21.0](https://github.com/geo-quest/travel-bingo/compare/v1.20.0...v1.21.0) (2024-08-17) ### Features diff --git a/package-lock.json b/package-lock.json index 91cce5b..3dd5f25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "travel-bingo", - "version": "1.21.0", + "version": "1.22.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "travel-bingo", - "version": "1.21.0", + "version": "1.22.0", "dependencies": { "@ant-design/icons": "^5.4.0", "@testing-library/jest-dom": "^5.17.0", diff --git a/package.json b/package.json index 576dc77..339a5bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "travel-bingo", "homepage": "https://travel-bingo.netlify.app", - "version": "1.21.0", + "version": "1.22.0", "private": true, "dependencies": { "@ant-design/icons": "^5.4.0",