From 2371ab02f1dee6dd05afcadec210af83ac8e6da3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Mar 2021 18:19:48 +0000 Subject: [PATCH] chore(release): 2.9.0 [skip ci] # [2.9.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.7...2.9.0) (2021-03-23) ### Bug Fixes * Fixed ArgumentException when using DropdownStyle outside of OnGUI ([912576e](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/912576e001a2c09de5f9d09868c0146a1b3c113a)) ### Features * Added AllowInternal option to TypeOptionsAttribute to include internal types into the dropdown ([e3b3bfa](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/e3b3bfa9734c93d0a0859c4b7d7329b7d66df5a1)) * Added DropdownWindow popup option ([48fce05](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/48fce05e906bfebec69391962779e7af9691e6fd)) * Removed the non-visible types restriction ([03ab613](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/03ab6135e3f376e480aba40164e64b941ca0809b)) * Returned the internal types restriction ([56bbfef](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/56bbfef88eebf6221f6c4340214005481ddd5d10)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f03af..c43ac22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [2.9.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.7...2.9.0) (2021-03-23) + + +### Bug Fixes + +* Fixed ArgumentException when using DropdownStyle outside of OnGUI ([912576e](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/912576e001a2c09de5f9d09868c0146a1b3c113a)) + + +### Features + +* Added AllowInternal option to TypeOptionsAttribute to include internal types into the dropdown ([e3b3bfa](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/e3b3bfa9734c93d0a0859c4b7d7329b7d66df5a1)) +* Added DropdownWindow popup option ([48fce05](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/48fce05e906bfebec69391962779e7af9691e6fd)) +* Removed the non-visible types restriction ([03ab613](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/03ab6135e3f376e480aba40164e64b941ca0809b)) +* Returned the internal types restriction ([56bbfef](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/56bbfef88eebf6221f6c4340214005481ddd5d10)) + ## [2.8.7](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.6...2.8.7) (2021-03-19) diff --git a/package.json b/package.json index 3af3d59..a6dc50d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.solidalloy.type-references", - "version": "2.8.7", + "version": "2.9.0", "displayName": "Type References", "description": "A plugin that allows selecting a type from a drop-down menu in the inspector.", "dependencies": {