Skip to content

Commit

Permalink
Merge pull request #3 from javierbrea/release-1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
javierbrea committed Jan 6, 2019
2 parents 31f5a80 + 2bd3d8a commit e7bc97f
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 56 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.2.0] - 2019-01-06
### Changed
- Upgrade domapic-service version. Connection will not work with domapic-controller versions lower than 1.0.0-alpha.14.

## [1.1.0] - 2018-12-30
### Added
- Add notify capability to homekit switch accessory configuration
Expand Down
127 changes: 74 additions & 53 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relays-switch-domapic-module",
"version": "1.1.0",
"version": "1.2.0",
"description": "Domapic module that handles a 4 way switch made with relays",
"main": "server.js",
"bin": {
Expand All @@ -12,7 +12,7 @@
"relays-switch": "./bin/relays-switch"
},
"dependencies": {
"domapic-service": "1.0.0-alpha.5",
"domapic-service": "1.0.0-beta.1",
"gpio-in-domapic": "1.0.0",
"gpio-out-domapic": "1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=relays-switch-domapic-module
sonar.projectVersion=1.1.0
sonar.projectVersion=1.2.0

sonar.sources=.
sonar.exclusions=node_modules/**
Expand Down

0 comments on commit e7bc97f

Please sign in to comment.