diff --git a/CHANGELOG.md b/CHANGELOG.md index 65894ce..aab263c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +## [0.1.71] - 2020-08-11 + +### Changed +- RepeatView adds the prefab at the beginning, duplicates index 0 +- ScreenId uses the path Assets/Plugins/VioletUI/ScreenId.bytes + ## [0.1.70] - 2020-08-11 ### Added diff --git a/package.json b/package.json index 51a485e..851235c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.neilsarkar.violetui", - "version": "0.1.70", + "version": "0.1.71", "displayName": "Violet UI", "description": "State-based rendering with live updates in the Unity Editor", "unity": "2019.4",