From c83223fed7b63892ca0b72604febba66e4fe19cc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 20:51:27 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/Hertzole/gamejolt.net/compare/v1.2.0...v1.3.0) (2024-05-14) ### Bug Fixes * exceptions not being sealed ([cd05490](https://github.com/Hertzole/gamejolt.net/commit/cd05490846d31c04ac7981a61c6e58273fd3b545)) * made internal object pool thread safe ([1d5f7ac](https://github.com/Hertzole/gamejolt.net/commit/1d5f7acb68cb078c8daceafdcf3ecbf06b8549a8)) * wrong exception type when data key is invalid ([fc464f4](https://github.com/Hertzole/gamejolt.net/commit/fc464f40aa4511d5180b7b98a96fc5baab19a1f1)) ### Features * errorIfUnlocked/notUnlocked to trophies ([7a298f7](https://github.com/Hertzole/gamejolt.net/commit/7a298f78788de37f93b0f16c8ef9c5b264c31174)) ### Performance Improvements * use empty array instead of new array if results are empty ([da611df](https://github.com/Hertzole/gamejolt.net/commit/da611df6e52c01dd97e855a7c4c11c751bef0360)) --- CHANGELOG.md | 19 +++++++++++++++++++ GameJolt.NET/GameJolt.NET.csproj | 2 +- .../se.hertzole.gamejolt.net/package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8e00f..c58d830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.3.0](https://github.com/Hertzole/gamejolt.net/compare/v1.2.0...v1.3.0) (2024-05-14) + + +### Bug Fixes + +* exceptions not being sealed ([cd05490](https://github.com/Hertzole/gamejolt.net/commit/cd05490846d31c04ac7981a61c6e58273fd3b545)) +* made internal object pool thread safe ([1d5f7ac](https://github.com/Hertzole/gamejolt.net/commit/1d5f7acb68cb078c8daceafdcf3ecbf06b8549a8)) +* wrong exception type when data key is invalid ([fc464f4](https://github.com/Hertzole/gamejolt.net/commit/fc464f40aa4511d5180b7b98a96fc5baab19a1f1)) + + +### Features + +* errorIfUnlocked/notUnlocked to trophies ([7a298f7](https://github.com/Hertzole/gamejolt.net/commit/7a298f78788de37f93b0f16c8ef9c5b264c31174)) + + +### Performance Improvements + +* use empty array instead of new array if results are empty ([da611df](https://github.com/Hertzole/gamejolt.net/commit/da611df6e52c01dd97e855a7c4c11c751bef0360)) + # [1.2.0](https://github.com/Hertzole/gamejolt.net/compare/v1.1.0...v1.2.0) (2024-04-26) diff --git a/GameJolt.NET/GameJolt.NET.csproj b/GameJolt.NET/GameJolt.NET.csproj index da36354..29834ed 100644 --- a/GameJolt.NET/GameJolt.NET.csproj +++ b/GameJolt.NET/GameJolt.NET.csproj @@ -4,7 +4,7 @@ 9 disable GameJolt - 1.2.0 + 1.3.0 net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1 Debug;Release;Unity;Unity 2023 AnyCPU diff --git a/Unity/Packages/se.hertzole.gamejolt.net/package.json b/Unity/Packages/se.hertzole.gamejolt.net/package.json index 6a07338..5d40314 100644 --- a/Unity/Packages/se.hertzole.gamejolt.net/package.json +++ b/Unity/Packages/se.hertzole.gamejolt.net/package.json @@ -1,6 +1,6 @@ { "name": "se.hertzole.gamejolt.net", - "version": "1.2.0", + "version": "1.3.0", "displayName": "GameJolt.NET", "description": "A modern C# wrapper around the GameJolt Game API for .NET and Unity", "unity": "2021.1",