From 9706a2a24f54d557b52ccc2f001e928fdfb99338 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Wed, 16 Oct 2024 15:00:50 -0700 Subject: [PATCH] bump package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29ec360..c65c563 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-canvas-api", - "version": "1.7.6", + "version": "1.8.0", "description": "Canvas LMS API for Node", "main": "src/index.js", "module": "es/index.js",