From 873d4e963a59847edff4177e62d6bef0ae3142eb Mon Sep 17 00:00:00 2001 From: Hendrik Schalekamp Date: Thu, 7 Apr 2022 11:33:22 +0200 Subject: [PATCH] "chore(release): 7.2.8" --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2d78e..6afb72a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [7.2.8](https://github.com/sebelga/gstore-node/compare/v7.2.6...v7.2.8) (2022-04-07) + + +### Bug Fixes + +* **src/serializers/datastore.ts:** load cached entities with correct Datastore Key type ([#265](https://github.com/sebelga/gstore-node/issues/265)) ([b06641b](https://github.com/sebelga/gstore-node/commit/b06641bda0e3a910ca76097761d4a93217478401)), closes [#243](https://github.com/sebelga/gstore-node/issues/243) + ### [7.2.7](https://github.com/sebelga/gstore-node/compare/v7.2.6...v7.2.7) (2022-04-07) ### Bug Fixes diff --git a/package.json b/package.json index d28bd6c..bd1fbeb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gstore-node", - "version": "7.2.6", + "version": "7.2.8", "description": "Google Datastore Entities Modeling for Node.js. Validate the Entity properties and type before saving to the Datastore. Advanced cache to speed up entities fetching.", "main": "lib/index.js", "types": "lib/index.d.ts",