From 6714fde0de7c33db16736a028cc623c22e7d6e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e?= Date: Wed, 29 Mar 2023 14:20:51 +0200 Subject: [PATCH] 2.0.0 (#45) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a9fc6..c6ba395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 20741e6..98dbe9e 100644 --- a/package.json +++ b/package.json @@ -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 ", "bugs": { "url": "https://github.com/goto-bus-stop/keyv-firestore/issues"