Skip to content

Commit

Permalink
chore(release): 1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.14.0](v1.13.0...v1.14.0) (2021-11-18)

### Bug Fixes

* **selector-device:** pass the correct nodeIndex when drawing neurons ([4f7c929](4f7c929))

### Features

* **preset:** finish work in progress on new `presets` feature (add presets view + add state serialization + inject preset on network build) ([e25e402](e25e402))
* **presets:** work on future `presets` feature ([96020f2](96020f2))
  • Loading branch information
semantic-release-bot committed Nov 18, 2021
1 parent 106fb41 commit c29ce0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.14.0](https://github.com/CooLearning/playground/compare/v1.13.0...v1.14.0) (2021-11-18)


### Bug Fixes

* **selector-device:** pass the correct nodeIndex when drawing neurons ([4f7c929](https://github.com/CooLearning/playground/commit/4f7c929bf9dc819edc699d75751c553690407e3b))


### Features

* **preset:** finish work in progress on new `presets` feature (add presets view + add state serialization + inject preset on network build) ([e25e402](https://github.com/CooLearning/playground/commit/e25e402be0dd2b5de21a40fb32f4fccebeddc6b7))
* **presets:** work on future `presets` feature ([96020f2](https://github.com/CooLearning/playground/commit/96020f2d22330538690af363c9616bc55973e7ed))

# [1.13.0](https://github.com/CooLearning/playground/compare/v1.12.0...v1.13.0) (2021-11-17)


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": "deep-playground-prototype",
"version": "1.13.0",
"version": "1.14.0",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit c29ce0d

Please sign in to comment.