Skip to content

Commit ef89055

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.0.1...3.0.0) (2024-02-18) ### Features * Add Node 20 support; remove Node 14, 16 support ([#60](#60)) ([a913ae1](a913ae1)) ### BREAKING CHANGES * Removes support for Node 14 and 16 ([a913ae1](a913ae1))
1 parent a913ae1 commit ef89055

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/parse-community/parse-server-fs-adapter/compare/2.0.1...3.0.0) (2024-02-18)
2+
3+
4+
### Features
5+
6+
* Add Node 20 support; remove Node 14, 16 support ([#60](https://github.com/parse-community/parse-server-fs-adapter/issues/60)) ([a913ae1](https://github.com/parse-community/parse-server-fs-adapter/commit/a913ae18c922bf29477244e4a02888f981984cc0))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes support for Node 14 and 16 ([a913ae1](a913ae1))
12+
113
## [2.0.1](https://github.com/parse-community/parse-server-fs-adapter/compare/2.0.0...2.0.1) (2023-10-18)
214

315

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/fs-files-adapter",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "File system adapter for parse-server",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)