From 3e68491df0ade7663e21bd02fbc3567bc56705f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Mar 2022 14:12:38 +0000 Subject: [PATCH] chore(release): 5.0.0-alpha.29 [skip ci] # [5.0.0-alpha.29](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.28...5.0.0-alpha.29) (2022-03-12) ### Features * bump required node engine to >=12.22.10 ([#7846](https://github.com/parse-community/parse-server/issues/7846)) ([5ace99d](https://github.com/parse-community/parse-server/commit/5ace99d542a11e422af46d9fd6b1d3d2513b34cf)) ### BREAKING CHANGES * This requires Node.js version >=12.22.10. ([5ace99d](5ace99d)) --- changelogs/CHANGELOG_alpha.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG_alpha.md b/changelogs/CHANGELOG_alpha.md index 21863e35..0f800988 100644 --- a/changelogs/CHANGELOG_alpha.md +++ b/changelogs/CHANGELOG_alpha.md @@ -1,3 +1,15 @@ +# [5.0.0-alpha.29](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.28...5.0.0-alpha.29) (2022-03-12) + + +### Features + +* bump required node engine to >=12.22.10 ([#7846](https://github.com/parse-community/parse-server/issues/7846)) ([5ace99d](https://github.com/parse-community/parse-server/commit/5ace99d542a11e422af46d9fd6b1d3d2513b34cf)) + + +### BREAKING CHANGES + +* This requires Node.js version >=12.22.10. ([5ace99d](5ace99d)) + # [5.0.0-alpha.28](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.27...5.0.0-alpha.28) (2022-03-12) diff --git a/package-lock.json b/package-lock.json index ec5397ac..6e6ccb08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "5.0.0-alpha.28", + "version": "5.0.0-alpha.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8bbbb172..f0c2cc9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "5.0.0-alpha.28", + "version": "5.0.0-alpha.29", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {