Skip to content

Commit

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

### Bug Fixes

* 🎨 fixing background color regardless of editor skin ([a871caf](a871caf))
* 🎨 fixing background color regardless of editor skin ([87bb2a1](87bb2a1))
* 🐛 fixing bug if absolute file path is windows ([142b729](142b729))
* 🐛 fixing bug if absolute file path is windows ([fb1eafc](fb1eafc))

### Features

* ✨ copy paste SerializeReference fields! ([559a010](559a010))
  • Loading branch information
semantic-release-bot committed Aug 16, 2020
1 parent 57aaf2d commit e18a7bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Packages/com.careboo.serially/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.1.0](https://github.com/CareBoo/Serially/compare/v2.0.0...v2.1.0) (2020-08-16)


### Bug Fixes

* :art: fixing background color regardless of editor skin ([a871caf](https://github.com/CareBoo/Serially/commit/a871caf71cc5b6fb0852d2999f3616046af7ff15))
* :art: fixing background color regardless of editor skin ([87bb2a1](https://github.com/CareBoo/Serially/commit/87bb2a1c1436636f9a289da5ab43a15ea24a6c34))
* :bug: fixing bug if absolute file path is windows ([142b729](https://github.com/CareBoo/Serially/commit/142b729ccf4b70fd627dd436e128d1b9b73ef4f5))
* :bug: fixing bug if absolute file path is windows ([fb1eafc](https://github.com/CareBoo/Serially/commit/fb1eafc6000dc31b75fe998f0566ed0d9a287fb6))


### Features

* :sparkles: copy paste SerializeReference fields! ([559a010](https://github.com/CareBoo/Serially/commit/559a01092dda0bf65a6e5a02b39dd3489f327ee4))

# [2.0.0](https://github.com/CareBoo/Serially/compare/v1.0.2...v2.0.0) (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.0.0",
"version": "2.1.0",
"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 e18a7bb

Please sign in to comment.