Skip to content

Commit 76cc659

Browse files
committed
chore: bump version and update changelog
1 parent 690e5cb commit 76cc659

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
## [2.2.0]
11+
### Added
12+
- Scriptable Object Browser window
13+
14+
915
## [2.1.3]
1016
### Fixed
1117
- Fixed scripts folder validation warning showing incorrectly when mirroring folder

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "2.1.3",
4+
"version": "2.2.0",
55
"unity": "2021.2",
66
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and exposing them by code or nice inspectors!",
77
"keywords": [

0 commit comments

Comments
 (0)