From 924d27b953d54aedc253de27fdf2f1e2d1946ef9 Mon Sep 17 00:00:00 2001 From: Mikkel RINGAUD Date: Wed, 17 Jan 2024 17:49:31 +0100 Subject: [PATCH] chore: release v0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53221c9..3f75e9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pawnote", - "version": "0.4.1", + "version": "0.5.0", "description": "A simple wrapper around Index-Education's Pronote internal API.", "main": "./dist/index.js", "module": "./dist/index.mjs",