From 7ec2263d164d130d1eb805429f854364285e8276 Mon Sep 17 00:00:00 2001 From: Joe Hernandez Date: Wed, 19 Oct 2022 13:38:39 -0500 Subject: [PATCH] Bump version to 1.23 Change-Id: I3da37add9a932f44222ac2e385c62a050d0f4404 Reviewed-on: https://gerrit.instructure.com/c/canvas-rce-api/+/303617 Tested-by: Service Cloud Jenkins Reviewed-by: Jacob DeWar QA-Review: Jacob DeWar Product-Review: Jacob DeWar --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 908fcaf..33414ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.23] +Response for files list includes file category ## [1.21] Rename Buttons & Icon text to Icon Maker ## [1.20] diff --git a/package.json b/package.json index 091756e..86a3854 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-rce-api", - "version": "1.22.0", + "version": "1.23.0", "description": "An API for proxying requests by the RCE to Canvas and other services.", "engines": { "node": "^16",