From c81cf6735f267d8bd4f33a2513494dcf36ce899c Mon Sep 17 00:00:00 2001 From: Mikkel RINGAUD Date: Thu, 18 Jan 2024 15:13:49 +0100 Subject: [PATCH] chore: release v0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ca384a..b1f086b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pawnote", - "version": "0.6.0", + "version": "0.7.0", "description": "A simple wrapper around Index-Education's Pronote internal API.", "main": "./dist/index.js", "module": "./dist/index.mjs",