Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](1.2.1...2.0.0) (2024-11-20)

### Features

* Add support for Node 20, 22; remove support for Node 12, 14, 15, 16, 17 ([#54](#54)) ([5415314](5415314))

### BREAKING CHANGES

* Removes support for Node 12, 14, 15, 16, 17. ([5415314](5415314))
  • Loading branch information
semantic-release-bot committed Nov 20, 2024
1 parent 5415314 commit 421e511
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 @@
# [2.0.0](https://github.com/parse-community/parse-server-gcs-adapter/compare/1.2.1...2.0.0) (2024-11-20)


### Features

* Add support for Node 20, 22; remove support for Node 12, 14, 15, 16, 17 ([#54](https://github.com/parse-community/parse-server-gcs-adapter/issues/54)) ([5415314](https://github.com/parse-community/parse-server-gcs-adapter/commit/54153149a7a7a7ba0685691dfe11c10332041f0c))


### BREAKING CHANGES

* Removes support for Node 12, 14, 15, 16, 17. ([5415314](5415314))

## [1.2.1](https://github.com/parse-community/parse-server-gcs-adapter/compare/1.2.0...1.2.1) (2022-12-14)


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/gcs-files-adapter",
"version": "1.2.1",
"version": "2.0.0",
"description": "Google Cloud Storage adapter for parse-server",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 421e511

Please sign in to comment.