Skip to content

Commit

Permalink
Merge pull request #5 from javierbrea/release-1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
javierbrea authored Mar 5, 2019
2 parents be26fd9 + f7e8470 commit 7ea1f20
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ addons:
script:
- npm test
- npm run coveralls
- sonar-scanner
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner; fi'
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.3.0] - 2019-03-05
### Changed
- Upgrade gpio-in-domapic version.

## [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.
Expand Down
154 changes: 118 additions & 36 deletions npm-shrinkwrap.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contact-sensor-domapic-module",
"version": "1.2.0",
"version": "1.3.0",
"description": "Domapic module for handling a contact sensor",
"main": "server.js",
"bin": {
Expand All @@ -13,13 +13,13 @@
},
"dependencies": {
"domapic-service": "1.0.0-beta.1",
"gpio-in-domapic": "1.0.0"
"gpio-in-domapic": "1.1.0"
},
"devDependencies": {
"coveralls": "3.0.2",
"coveralls": "3.0.3",
"narval": "2.2.1",
"request": "2.88.0",
"request-promise": "4.2.2"
"request-promise": "4.2.4"
},
"files": [
"/lib",
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=contact-sensor-domapic-module
sonar.projectVersion=1.2.0
sonar.projectVersion=1.3.0

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

0 comments on commit 7ea1f20

Please sign in to comment.