Skip to content

Commit

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

### Features

* ✨ modify TypeFilterAttribute to use sequences ([71b0ae5](71b0ae5)), closes [#54](#54)
  • Loading branch information
semantic-release-bot committed Aug 16, 2020
1 parent 71b0ae5 commit ef56d7a
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.3](https://github.com/CareBoo/Serially/compare/v2.1.0-preview.2...v2.1.0-preview.3) (2020-08-16)


### Features

* :sparkles: modify TypeFilterAttribute to use sequences ([71b0ae5](https://github.com/CareBoo/Serially/commit/71b0ae5b9e58631672895dc5a138b191bfcd9055)), closes [#54](https://github.com/CareBoo/Serially/issues/54)

# [2.1.0-preview.2](https://github.com/CareBoo/Serially/compare/v2.1.0-preview.1...v2.1.0-preview.2) (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.2",
"version": "2.1.0-preview.3",
"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 ef56d7a

Please sign in to comment.