Skip to content

Commit 3fe0e56

Browse files
author
release-bot
committed
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2020-06-18) ### Features * add httpclient to api ([4a6dbce](4a6dbce))
1 parent 6eeb322 commit 3fe0e56

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.10.0](https://github.com/cumpsd/functional-living/compare/v1.9.0...v1.10.0) (2020-06-18)
2+
3+
4+
### Features
5+
6+
* add httpclient to api ([4a6dbce](https://github.com/cumpsd/functional-living/commit/4a6dbce2ea9d990c1f3cfadc0f5ec7db820fb595))
7+
18
# [1.9.0](https://github.com/cumpsd/functional-living/compare/v1.8.0...v1.9.0) (2020-06-17)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "functional-living",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Home automation integrating various technologies.",
55
"author": "Cumps Consulting",
66
"license": "EUPL-1.2",
@@ -47,7 +47,10 @@
4747
]
4848
},
4949
"release": {
50-
"branches": [ "master", "main" ],
50+
"branches": [
51+
"master",
52+
"main"
53+
],
5154
"verifyConditions": [
5255
"@semantic-release/changelog",
5356
"@semantic-release/git",

0 commit comments

Comments
 (0)