Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-08-15)

### Bug Fixes

* 🐛 fixes error in demo ([47e7470](47e7470)), closes [#48](#48)
  • Loading branch information
semantic-release-bot committed Aug 15, 2020
1 parent 47e7470 commit 840b14b
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 @@
## [1.0.1](https://github.com/CareBoo/Serially/compare/v1.0.0...v1.0.1) (2020-08-15)


### Bug Fixes

* :bug: fixes error in demo ([47e7470](https://github.com/CareBoo/Serially/commit/47e7470dc4a1d19fe613ebf862474db37b3ba473)), closes [#48](https://github.com/CareBoo/Serially/issues/48)

# [1.0.0](https://github.com/CareBoo/Serially/compare/v0.1.4...v1.0.0) (2020-07-30)


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": "1.0.0",
"version": "1.0.1",
"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 840b14b

Please sign in to comment.