From 044ae24f6dad555e5b754e507746ee214ecb283c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Aug 2024 14:30:50 +0000 Subject: [PATCH] chore(release): 1.27.0 ## [1.27.0](https://github.com/geo-quest/travel-bingo/compare/v1.26.0...v1.27.0) (2024-08-17) ### Features * add challenge ([#86](https://github.com/geo-quest/travel-bingo/issues/86)) ([9b1f079](https://github.com/geo-quest/travel-bingo/commit/9b1f079b01a8af3911379787a80b0a5ff1766401)) --- 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 fd660b8..057a6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.27.0](https://github.com/geo-quest/travel-bingo/compare/v1.26.0...v1.27.0) (2024-08-17) + +### Features + +* add challenge ([#86](https://github.com/geo-quest/travel-bingo/issues/86)) ([9b1f079](https://github.com/geo-quest/travel-bingo/commit/9b1f079b01a8af3911379787a80b0a5ff1766401)) + ## [1.26.0](https://github.com/geo-quest/travel-bingo/compare/v1.25.1...v1.26.0) (2024-08-17) ### Features diff --git a/package-lock.json b/package-lock.json index 54be563..8826ee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "travel-bingo", - "version": "1.26.0", + "version": "1.27.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "travel-bingo", - "version": "1.26.0", + "version": "1.27.0", "dependencies": { "@ant-design/icons": "^5.4.0", "@testing-library/jest-dom": "^5.17.0", diff --git a/package.json b/package.json index 8aae53b..93b2121 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "travel-bingo", "homepage": "https://travel-bingo.netlify.app", - "version": "1.26.0", + "version": "1.27.0", "private": true, "dependencies": { "@ant-design/icons": "^5.4.0",