Skip to content

Commit

Permalink
2.0.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 29, 2023
1 parent 8cb72f6 commit 6714fde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0
* **breaking:** Drop Node.js 12 support.
* Add declarations for TypeScript users. Thanks [@kidonng](https://github.com/kidonng)!
* Update to latest `@google-cloud/firestore`.

`keyv-firestore` still supports both `keyv` v3 and v4.

## 1.1.1
* The `projectId` option is now optional.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "keyv-firestore",
"description": "Firebase Cloud Firestore backend for Keyv, the simple persistent key-value storage module",
"version": "1.1.1",
"version": "2.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/keyv-firestore/issues"
Expand Down

0 comments on commit 6714fde

Please sign in to comment.