Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2024-05-14)

### Bug Fixes

* exceptions not being sealed ([cd05490](cd05490))
* made internal object pool thread safe ([1d5f7ac](1d5f7ac))
* wrong exception type when data key is invalid ([fc464f4](fc464f4))

### Features

* errorIfUnlocked/notUnlocked to trophies ([7a298f7](7a298f7))

### Performance Improvements

* use empty array instead of new array if results are empty ([da611df](da611df))
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent acd83aa commit c83223f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion GameJolt.NET/GameJolt.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>9</LangVersion>
<Nullable>disable</Nullable>
<RootNamespace>GameJolt</RootNamespace>
<AssemblyVersion>1.2.0</AssemblyVersion>
<AssemblyVersion>1.3.0</AssemblyVersion>
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
<Configurations>Debug;Release;Unity;Unity 2023</Configurations>
<Platforms>AnyCPU</Platforms>
Expand Down
2 changes: 1 addition & 1 deletion Unity/Packages/se.hertzole.gamejolt.net/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c83223f

Please sign in to comment.