From 75614ff54cce0431ed2ce5a6c7aee6938b827426 Mon Sep 17 00:00:00 2001 From: Guille Date: Thu, 16 May 2024 13:27:56 +0200 Subject: [PATCH] chore: bump version --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 682b4eb..e543fc2 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { "name": "@onebeyond/notion-exporter", "author": "Yann Bolliger", - "contributors": ["One Beyond"], + "contributors": [ + "One Beyond" + ], "repository": { "type": "git", "url": "git+https://github.com/onebeyond/notion-exporter.git" }, - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",