diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aaa09e..5a4d327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.7.0](https://github.com/CooLearning/playground/compare/v1.6.1...v1.7.0) (2021-11-15) + + +### Features + +* add LAYER mode (card + selector + controller) + add small various improvements ([f82122c](https://github.com/CooLearning/playground/commit/f82122c2b7a8e58893f9cc2bcc4bf3c4b1e1966a)) + + +### Performance Improvements + +* **device/prototype:** apply `stroustrup` code style + set default interval at `200` ms ([ad429bb](https://github.com/CooLearning/playground/commit/ad429bb8fa532e7eed311fce9d8f85cc2a7b5c0b)) +* **UI:** rename `neuron-card` to `select-card` ([276f543](https://github.com/CooLearning/playground/commit/276f5432c3136a5851809a16caefe7e9173e47a1)) + ## [1.6.1](https://github.com/CooLearning/playground/compare/v1.6.0...v1.6.1) (2021-11-14) diff --git a/package.json b/package.json index 6e86cf3..e7d0bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deep-playground-prototype", - "version": "1.6.1", + "version": "1.7.0", "description": "", "private": true, "scripts": {