Skip to content

Commit

Permalink
chore(release): 2.13.1
Browse files Browse the repository at this point in the history
## [2.13.1](v2.13.0...v2.13.1) (2021-03-29)

### Bug Fixes

* comment out debug log ([3b6b200](3b6b200))
* silent console error when trying to draw a detection box for falls ([8625e2a](8625e2a)), closes [#593](#593)
* silent console error when trying to draw a detection box for falls ([b2f0da2](b2f0da2))
  • Loading branch information
semantic-release-bot committed Mar 29, 2021
1 parent 8625e2a commit 2bf35b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Semantic Versioning Changelog

## [2.13.1](https://github.com/ambianic/ambianic-ui/compare/v2.13.0...v2.13.1) (2021-03-29)


### Bug Fixes

* comment out debug log ([3b6b200](https://github.com/ambianic/ambianic-ui/commit/3b6b2008d9df1f92aaed597cb7c0bda1c0845a43))
* silent console error when trying to draw a detection box for falls ([8625e2a](https://github.com/ambianic/ambianic-ui/commit/8625e2afc181459ddbe902e00f299c73f302dfb9)), closes [#593](https://github.com/ambianic/ambianic-ui/issues/593)
* silent console error when trying to draw a detection box for falls ([b2f0da2](https://github.com/ambianic/ambianic-ui/commit/b2f0da2ff7fff8507844708782be1f781bb44919))

# [2.13.0](https://github.com/ambianic/ambianic-ui/compare/v2.12.4...v2.13.0) (2021-03-12)


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": "ambianic-ui",
"version": "2.13.0",
"version": "2.13.1",
"description": "Ambianic UI is the main user interface to Ambianic Edge deployments.",
"author": "Ivelin Ivanov",
"scripts": {
Expand Down

0 comments on commit 2bf35b2

Please sign in to comment.