From 83e556e0d44dc32f3b9610398777076b31d6634a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Nov 2021 10:35:53 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/CooLearning/playground/compare/v1.7.0...v1.8.0) (2021-11-15) ### Features * add storage management + on the fly save/load for mappings and devices with UI sync + remove delays for faster device boot sequences + add reset method to device prototype ([80bb5aa](https://github.com/CooLearning/playground/commit/80bb5aaf5e335defb09d552bce31a2446284616b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a4d327..a2672dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/CooLearning/playground/compare/v1.7.0...v1.8.0) (2021-11-15) + + +### Features + +* add storage management + on the fly save/load for mappings and devices with UI sync + remove delays for faster device boot sequences + add reset method to device prototype ([80bb5aa](https://github.com/CooLearning/playground/commit/80bb5aaf5e335defb09d552bce31a2446284616b)) + # [1.7.0](https://github.com/CooLearning/playground/compare/v1.6.1...v1.7.0) (2021-11-15) diff --git a/package.json b/package.json index e7d0bb7..c178ecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deep-playground-prototype", - "version": "1.7.0", + "version": "1.8.0", "description": "", "private": true, "scripts": {