From f008b27bec3217e2ef0b9d9393ca0c4cd8b60f4d Mon Sep 17 00:00:00 2001 From: Mikkel RINGAUD Date: Fri, 19 Jan 2024 15:49:43 +0100 Subject: [PATCH] chore: release v0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc53c08..f5daf2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pawnote", - "version": "0.8.1", + "version": "0.9.0", "description": "A simple wrapper around Index-Education's Pronote internal API.", "main": "./dist/index.js", "module": "./dist/index.mjs",