From 712b4a92882dcaef44e5625e258da4010a027155 Mon Sep 17 00:00:00 2001 From: Yann Bolliger Date: Fri, 24 Nov 2023 18:17:35 +0100 Subject: [PATCH] 0.5.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d92662..05536ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notion-exporter", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "notion-exporter", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "adm-zip": "^0.5.10", diff --git a/package.json b/package.json index 3a185af..8da61bc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "git+https://github.com/yannbolliger/notion-exporter.git" }, - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",