Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.7...v1.15.0) (2021-06-08)

### Bug Fixes

* fixed auth0 client ([bccf6d8](bccf6d8))
* undefined build errors ([f1d0aa2](f1d0aa2))

### Features

* added new auth endpoint ([2199ca3](2199ca3))
* implemented native authentication with pwa using auth0 API ([d82d998](d82d998)), closes [#343](#343)
  • Loading branch information
semantic-release-bot committed Jun 8, 2021
1 parent d82d998 commit 006094f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Semantic Versioning Changelog

# [1.15.0](https://github.com/ambianic/ambianic-edge/compare/v1.14.7...v1.15.0) (2021-06-08)


### Bug Fixes

* fixed auth0 client ([bccf6d8](https://github.com/ambianic/ambianic-edge/commit/bccf6d8f0f17e616cb665ba234e11b7b7f9494d4))
* undefined build errors ([f1d0aa2](https://github.com/ambianic/ambianic-edge/commit/f1d0aa2e0b3c2d14adac6623c5856e7ef4aeaeb5))


### Features

* added new auth endpoint ([2199ca3](https://github.com/ambianic/ambianic-edge/commit/2199ca33cb25adbe8c5e9438f471a1a0aecbde43))
* implemented native authentication with pwa using auth0 API ([d82d998](https://github.com/ambianic/ambianic-edge/commit/d82d998ef4bed9cf4bea074cfcd3e583f68c0c80)), closes [#343](https://github.com/ambianic/ambianic-edge/issues/343)

## [1.14.7](https://github.com/ambianic/ambianic-edge/compare/v1.14.6...v1.14.7) (2021-03-27)


Expand Down
2 changes: 1 addition & 1 deletion src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ambianic-edge
version = 1.14.7
version = 1.15.0
author = Ivelin Ivanov
author_email = [email protected]
description = Edge component of the AI platform for home and business automation
Expand Down

0 comments on commit 006094f

Please sign in to comment.