From 36de888dec45bcafc5bc44b69f8ce53962accc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Fri, 16 Feb 2024 13:06:12 +0100 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ddda50..6e93985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apify/storage-local", - "version": "2.2.0", + "version": "2.3.0", "description": "Drop in replacement of Apify API with a local SQLite and filesystem implementation. Not all API features are supported.", "engines": { "node": ">=14.0.0"