From a5dbc1e208e343eef0b083febd8fb5b168e30a42 Mon Sep 17 00:00:00 2001 From: Moritz Sternemann Date: Mon, 29 Mar 2021 20:59:37 +0200 Subject: [PATCH] chore(release): 3.14.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78dd3d..63fd28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.14.0](https://github.com/WWDCScholars/web-app/compare/v3.13.2...v3.14.0) (2021-03-29) + + +### Bug Fixes + +* Add light boarder around map in InputLocation ([0eed787](https://github.com/WWDCScholars/web-app/commit/0eed787bc72e1ba8ec76b33119aa5545c6080a6f)) +* Don't set `Secure` flag for cookie in development mode ([d7ce99b](https://github.com/WWDCScholars/web-app/commit/d7ce99bc024fbee5799f026ef003df4d28fca8bb)) +* Move mobile auth links up so they don't disappear behind the Safari toolbar ([224465f](https://github.com/WWDCScholars/web-app/commit/224465fc5a4d77d4079b532fa9d9c9caf51e2daf)) + ## [3.14.0-pre.16](https://github.com/WWDCScholars/web-app/compare/v3.14.0-pre.15...v3.14.0-pre.16) (2021-03-18) diff --git a/package-lock.json b/package-lock.json index dd6d14e..c81742f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wwdcscholars-web", - "version": "3.14.0-pre.16", + "version": "3.14.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9a985a3..2c5e547 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "name": "wwdcscholars-web", "description": "WWDCScholars.com Website", - "version": "3.14.0-pre.16", + "version": "3.14.0", "license": "MIT", "author": { "name": "Moritz Sternemann",