From 0a4be3ec2f85b5757159639adcdb118f61aa6278 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Apr 2023 14:04:42 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.3...2.0.0) (2023-04-21) ### Features * Add support for Node 16, 18, remove support for Node 12, 15 ([#189](https://github.com/parse-community/parse-server-s3-adapter/issues/189)) ([993534c](https://github.com/parse-community/parse-server-s3-adapter/commit/993534c57cc7009363a740bbbb04a0e4e56c7f0c)) ### BREAKING CHANGES * Removes support for Node 12 and 15 which have reached their End-of-Life date and are not officially maintained anymore. ([993534c](993534c)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed8706..bc39517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.3...2.0.0) (2023-04-21) + + +### Features + +* Add support for Node 16, 18, remove support for Node 12, 15 ([#189](https://github.com/parse-community/parse-server-s3-adapter/issues/189)) ([993534c](https://github.com/parse-community/parse-server-s3-adapter/commit/993534c57cc7009363a740bbbb04a0e4e56c7f0c)) + + +### BREAKING CHANGES + +* Removes support for Node 12 and 15 which have reached their End-of-Life date and are not officially maintained anymore. ([993534c](993534c)) + ## [1.6.3](https://github.com/parse-community/parse-server-s3-adapter/compare/1.6.2...1.6.3) (2023-04-21) diff --git a/package-lock.json b/package-lock.json index 059931f..c6a55c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@parse/s3-files-adapter", - "version": "1.6.3", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@parse/s3-files-adapter", - "version": "1.6.3", + "version": "2.0.0", "license": "ISC", "dependencies": { "@semantic-release/changelog": "5.0.1", diff --git a/package.json b/package.json index 1ac0b41..fd0964b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parse/s3-files-adapter", - "version": "1.6.3", + "version": "2.0.0", "description": "AWS S3 adapter for parse-server", "main": "index.js", "scripts": {