Skip to content

Commit

Permalink
chore(release): 2.1.0-preview.2 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0-preview.2](v2.1.0-preview.1...v2.1.0-preview.2) (2020-08-16)

### Performance Improvements

* ⚡ making selectabletypes lazy ([fd4d28a](fd4d28a)), closes [#53](#53)
  • Loading branch information
semantic-release-bot committed Aug 16, 2020
1 parent 007b641 commit 32c2dc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Packages/com.careboo.serially/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.1.0-preview.2](https://github.com/CareBoo/Serially/compare/v2.1.0-preview.1...v2.1.0-preview.2) (2020-08-16)


### Performance Improvements

* :zap: making selectabletypes lazy ([fd4d28a](https://github.com/CareBoo/Serially/commit/fd4d28ab623ff11cdc3507de0bc8156eb6496413)), closes [#53](https://github.com/CareBoo/Serially/issues/53)

# [2.1.0-preview.1](https://github.com/CareBoo/Serially/compare/v2.0.0...v2.1.0-preview.1) (2020-08-16)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.careboo.serially/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.serially",
"displayName": "Serially",
"version": "2.1.0-preview.1",
"version": "2.1.0-preview.2",
"unity": "2019.4",
"description": "Provides extension classes to extend Unity's serialization capabilities.\n\n- Serialize Type references\n- Inject instances into [SerializeReference] fields",
"repository": {
Expand Down

0 comments on commit 32c2dc5

Please sign in to comment.