From 0a9e93ec2a2ce25f1faa0325583f6020ba60e3ea Mon Sep 17 00:00:00 2001 From: delucis Date: Fri, 19 Nov 2021 09:47:28 +0000 Subject: [PATCH] chore(release): 0.3.3 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1465b6e..be713be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.3.3](https://github.com/boardgameio/storage-cache/compare/v0.3.2...v0.3.3) (2021-11-19) + ### [0.3.2](https://github.com/boardgameio/storage-cache/compare/v0.3.1...v0.3.2) (2021-08-03) ### [0.3.1](https://github.com/boardgameio/storage-cache/compare/v0.3.0...v0.3.1) (2021-04-28) diff --git a/package-lock.json b/package-lock.json index 2e7d780..27f5573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@boardgame.io/storage-cache", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f95aa3..cd20ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boardgame.io/storage-cache", - "version": "0.3.2", + "version": "0.3.3", "description": "🔌 A caching layer for boardgame.io database connectors", "license": "MIT", "author": "Chris Swithinbank (http://chrisswithinbank.net/)",