Skip to content

Commit 7fa11d7

Browse files
chore(release): 2.2.8 [skip ci]
## [2.2.8](v2.2.7...v2.2.8) (2022-12-30) ### Bug Fixes * **context menu:** move managed reference context menu items to the default context menu ([841b3a0](841b3a0)), closes [#75](#75) * **show serialize reference:** filter objects derived from `UnityEngine.Object` from possible values ([0fe75d2](0fe75d2)), closes [#74](#74)
1 parent 297e2f4 commit 7fa11d7

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
## [2.2.8](https://github.com/CareBoo/Serially/compare/v2.2.7...v2.2.8) (2022-12-30)
9+
10+
11+
### Bug Fixes
12+
13+
* **context menu:** move managed reference context menu items to the default context menu ([841b3a0](https://github.com/CareBoo/Serially/commit/841b3a011c67f9665fe1b64b80d72cf1ff98fd22)), closes [#75](https://github.com/CareBoo/Serially/issues/75)
14+
* **show serialize reference:** filter objects derived from `UnityEngine.Object` from possible values ([0fe75d2](https://github.com/CareBoo/Serially/commit/0fe75d21668ffae8224e26919872010d4c539677)), closes [#74](https://github.com/CareBoo/Serially/issues/74)
15+
816
## [2.2.7](https://github.com/CareBoo/Serially/compare/v2.2.6...v2.2.7) (2022-06-22)
917

1018

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.careboo.serially",
33
"displayName": "Serially",
4-
"version": "2.2.7",
4+
"version": "2.2.8",
55
"unity": "2019.4",
66
"keywords": [
77
"serialization",

0 commit comments

Comments
 (0)