Skip to content

Commit 9d8425f

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](1.2.4...2.0.0) (2023-04-29) ### Features * Add support for Node 16, 18 ([#42](#42)) ([6039252](6039252)) ### BREAKING CHANGES * Removes support for Node 12, 15. ([6039252](6039252))
1 parent 6039252 commit 9d8425f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/parse-community/parse-server-fs-adapter/compare/1.2.4...2.0.0) (2023-04-29)
2+
3+
4+
### Features
5+
6+
* Add support for Node 16, 18 ([#42](https://github.com/parse-community/parse-server-fs-adapter/issues/42)) ([6039252](https://github.com/parse-community/parse-server-fs-adapter/commit/603925250fb5f32b70087531dac5579591b476bc))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes support for Node 12, 15. ([6039252](6039252))
12+
113
## [1.2.4](https://github.com/parse-community/parse-server-fs-adapter/compare/1.2.3...1.2.4) (2022-12-14)
214

315

Diff for: package-lock.json

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

Diff for: 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": "1.2.4",
3+
"version": "2.0.0",
44
"description": "File system adapter for parse-server",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)