Skip to content

Commit a45dda0

Browse files
chore(release): 2.14.0 [skip ci]
# [2.14.0](2.13.0...2.14.0) (2022-03-07) ### Bug Fixes * Fixed compilation errors in samples ([8a99387](8a99387)) * Returned the ExcludeNone parameter and marked it obsolete ([88607ee](88607ee)) ### Features * Made ProjectSettings public ([c6f3c92](c6f3c92))
1 parent 8a99387 commit a45dda0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.14.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.13.0...2.14.0) (2022-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed compilation errors in samples ([8a99387](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/8a9938738418e7ba4ca2c20a71a258fb0f35c15d))
7+
* Returned the ExcludeNone parameter and marked it obsolete ([88607ee](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/88607eedf929e36cc1265c85af84ada76934ae46))
8+
9+
10+
### Features
11+
12+
* Made ProjectSettings public ([c6f3c92](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/c6f3c926539bf83b800d0dd8f05f44456e8bb4a8))
13+
114
# [2.13.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.12.1...2.13.0) (2022-02-08)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.type-references",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"displayName": "Type References",
55
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {

0 commit comments

Comments
 (0)