Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent a913ae1 commit ef89055
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/parse-community/parse-server-fs-adapter/compare/2.0.1...3.0.0) (2024-02-18)


### Features

* 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))


### BREAKING CHANGES

* Removes support for Node 14 and 16 ([a913ae1](a913ae1))

## [2.0.1](https://github.com/parse-community/parse-server-fs-adapter/compare/2.0.0...2.0.1) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parse/fs-files-adapter",
"version": "2.0.1",
"version": "3.0.0",
"description": "File system adapter for parse-server",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit ef89055

Please sign in to comment.