Skip to content

Commit

Permalink
chore(release): 2.17.0
Browse files Browse the repository at this point in the history
# [2.17.0](v2.16.0...v2.17.0) (2021-08-17)

### Bug Fixes

* added coverage dump to gitignore ([ee1728d](ee1728d))
* edge cases and error handling ([388684b](388684b))
* fixed merge conflicts with upstream master branc ([b9feaf3](b9feaf3))
* fixed merge conflicts with upstream master branc ([8aacb8f](8aacb8f))
* fixed merge conflicts with upstream master branch ([4f57267](4f57267))
* switch from HTML5 fetch to peer-fetch ([1efed5a](1efed5a))
* switch from HTML5 fetch to peer-fetch ([cb352d3](cb352d3))

### Features

* fetch of edge version with a fallback option ([2c9b4b2](2c9b4b2))
* implemented fetch of edge version with a fallback option ([d31f82d](d31f82d))
  • Loading branch information
semantic-release-bot committed Aug 17, 2021
1 parent 2c9b4b2 commit 1c96143
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Semantic Versioning Changelog

# [2.17.0](https://github.com/ambianic/ambianic-ui/compare/v2.16.0...v2.17.0) (2021-08-17)


### Bug Fixes

* added coverage dump to gitignore ([ee1728d](https://github.com/ambianic/ambianic-ui/commit/ee1728d063f8602e4941e2bc6516fa093c854942))
* edge cases and error handling ([388684b](https://github.com/ambianic/ambianic-ui/commit/388684bbff5c60edafad2113f36c44bc6f1a5820))
* fixed merge conflicts with upstream master branc ([b9feaf3](https://github.com/ambianic/ambianic-ui/commit/b9feaf3f13426dcad35b14c653f153d9e36f493d))
* fixed merge conflicts with upstream master branc ([8aacb8f](https://github.com/ambianic/ambianic-ui/commit/8aacb8f467f6173b6f202ed6e3da18c90bc3c87c))
* fixed merge conflicts with upstream master branch ([4f57267](https://github.com/ambianic/ambianic-ui/commit/4f572675448a2be9221006bbf17bcb4d70e97c65))
* switch from HTML5 fetch to peer-fetch ([1efed5a](https://github.com/ambianic/ambianic-ui/commit/1efed5a4ee9b5a5ebaa2ee4b68621ab7da30727a))
* switch from HTML5 fetch to peer-fetch ([cb352d3](https://github.com/ambianic/ambianic-ui/commit/cb352d39006018349a12a2dbde9cf91a6551fe34))


### Features

* fetch of edge version with a fallback option ([2c9b4b2](https://github.com/ambianic/ambianic-ui/commit/2c9b4b2cb29fd216dc427f523943b976f421e144))
* implemented fetch of edge version with a fallback option ([d31f82d](https://github.com/ambianic/ambianic-ui/commit/d31f82dd42425faf164f6f2e886911da62159dfa))

# [2.16.0](https://github.com/ambianic/ambianic-ui/compare/v2.15.2...v2.16.0) (2021-08-16)


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

0 comments on commit 1c96143

Please sign in to comment.