From 66a964bb56e7a5d8a57ace3eae095a0bb4d03350 Mon Sep 17 00:00:00 2001 From: spacecadets-infra <150185573+spacecadets-infra@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:24:13 -0500 Subject: [PATCH] chore(main): release 4.31.1 (#1218) ## [4.31.1](https://github.com/USSF-ORBIT/ussf-portal-client/compare/4.31.0...4.31.1) (2024-02-23) ### Bug Fixes * Update code to account for params on end of asset url in s3 ([#1217](https://github.com/USSF-ORBIT/ussf-portal-client/issues/1217)) ([abb88ac](https://github.com/USSF-ORBIT/ussf-portal-client/commit/abb88ac1f6705271efbb4b416893b2d5fdb1741f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a973ee87d..16d27c19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.31.1](https://github.com/USSF-ORBIT/ussf-portal-client/compare/4.31.0...4.31.1) (2024-02-23) + + +### Bug Fixes + +* Update code to account for params on end of asset url in s3 ([#1217](https://github.com/USSF-ORBIT/ussf-portal-client/issues/1217)) ([abb88ac](https://github.com/USSF-ORBIT/ussf-portal-client/commit/abb88ac1f6705271efbb4b416893b2d5fdb1741f)) + ## [4.31.0](https://github.com/USSF-ORBIT/ussf-portal-client/compare/4.30.1...4.31.0) (2024-02-22) diff --git a/package.json b/package.json index bc3345e0c..323f953ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ussf-portal", - "version": "4.31.0", + "version": "4.31.1", "private": true, "engines": { "node": "^18.14.2"