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