Skip to content

Commit

Permalink
chore(release): 3.4.1 [skip ci]
Browse files Browse the repository at this point in the history
# [ga.fuquna.prefsgui-v3.4.1](ga.fuquna.prefsgui-v3.4.0...ga.fuquna.prefsgui-v3.4.1) (2024-02-28)

### Bug Fixes

* Changed PrefsParamOuterInner to keep references as much as possible when TOuter is not a ValueType ([a73af95](a73af95))
* Make it easy to understand errors when Json and code have the same key but different types. [#24](#24) ([7ce68c6](7ce68c6))
  • Loading branch information
semantic-release-bot committed Feb 28, 2024
1 parent 368d1c2 commit c0cf919
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Packages/PrefsGUI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [ga.fuquna.prefsgui-v3.4.1](https://github.com/fuqunaga/PrefsGUI/compare/ga.fuquna.prefsgui-v3.4.0...ga.fuquna.prefsgui-v3.4.1) (2024-02-28)


### Bug Fixes

* Changed PrefsParamOuterInner to keep references as much as possible when TOuter is not a ValueType ([a73af95](https://github.com/fuqunaga/PrefsGUI/commit/a73af956df5251f865210ed709c9db9084f575b5))
* Make it easy to understand errors when Json and code have the same key but different types. [#24](https://github.com/fuqunaga/PrefsGUI/issues/24) ([7ce68c6](https://github.com/fuqunaga/PrefsGUI/commit/7ce68c634d44e5ecbd5819acd8d4f340d9fa2eae))

# [ga.fuquna.prefsgui-v3.4.0](https://github.com/fuqunaga/PrefsGUI/compare/ga.fuquna.prefsgui-v3.3.2...ga.fuquna.prefsgui-v3.4.0) (2024-02-26)


Expand Down
2 changes: 1 addition & 1 deletion Packages/PrefsGUI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ga.fuquna.prefsgui",
"version": "3.4.0",
"version": "3.4.1",
"displayName": "PrefsGUI",
"description": "Accessors and GUIs for persistent preference values using JSON file",
"unity": "2021.3",
Expand Down

0 comments on commit c0cf919

Please sign in to comment.