Skip to content

Commit

Permalink
🔖 VERSION 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chsxf committed Jun 30, 2021
1 parent 8962e34 commit 9f25420
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - Unreleased
## [1.2.0] - 2021-06-30

### Changed

- Changed minimum requirement to Unity 2018.4
- Migrated [PreferenceItem](https://docs.unity3d.com/ScriptReference/PreferenceItem.html) to [SettingsProvider](https://docs.unity3d.com/ScriptReference/SettingsProvider.html)
- Refactored settings storage

## [1.1.0] - 2019-03-27

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chsxf.autoscene",
"version": "1.1.0",
"version": "1.2.0",
"displayName": "AutoScene",
"description": "AutoScene allows you to work on your Unity scene setup in the editor while loading a specific scene when entering Play mode.",
"unity": "2018.4",
Expand Down

0 comments on commit 9f25420

Please sign in to comment.