From 0f15ec888ed0d4eb713d0986128529f83a31584b Mon Sep 17 00:00:00 2001 From: CollinBeczak Date: Thu, 29 Feb 2024 20:13:18 -0600 Subject: [PATCH] bump to v3.14.12 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f7f8f3f..94085233c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format is based on This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v3.14.12] - 2023-2-29 +Released with [maproulette-backend_v4.4.15](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.15) + +## What's Changed +* fix bundle deletion on redirect bug by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2288 + +**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.14.11...v3.14.12 + ## [v3.14.11] - 2023-2-28 Released with [maproulette-backend_v4.4.15](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.15) @@ -16,7 +24,6 @@ Released with [maproulette-backend_v4.4.15](https://github.com/maproulette/mapro **Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.14.10...v3.14.11 - ## [v3.14.10] - 2023-2-19 Released with [maproulette-backend_v4.4.14](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.14) diff --git a/package.json b/package.json index cc008dd0b..94eac585e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maproulette3", - "version": "3.14.11", + "version": "3.14.12", "private": true, "dependencies": { "@apollo/client": "^3.5.4",