From 7214e99bb72dd663efd57ce53521056fc2a732e2 Mon Sep 17 00:00:00 2001 From: veeck Date: Tue, 25 Jan 2022 15:30:57 +0100 Subject: [PATCH] Release v3.0.1 --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2cd06..ec05ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [3.0.1](https://github.com/Neofonie/ampersand-sync-localforage/compare/v3.0.0...v3.0.1) (2022-01-25) + + + # [3.0.0](https://github.com/Neofonie/ampersand-sync-localforage/compare/v2.0.2...v3.0.0) (2021-08-31) diff --git a/package-lock.json b/package-lock.json index 7c32921..1449955 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ampersand-sync-localforage", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ampersand-sync-localforage", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "localforage": "^1.10.0", diff --git a/package.json b/package.json index c2f7330..9e37b84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ampersand-sync-localforage", - "version": "3.0.0", + "version": "3.0.1", "description": "localForage sync adapter for Ampersand.js", "license": "MIT", "homepage": "https://github.com/Neofonie/ampersand-sync-localforage",