Skip to content

Commit

Permalink
chore(): bumped to version 1.0.0 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkow committed Dec 13, 2018
1 parent ee8512f commit 7cced20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.0] - 2018-12-13

### Changed

- Fix missing break statement (See [#8](https://github.com/nikkow/node-red-contrib-tahoma/pull/8), thanks to [@taucher4000](https://github.com/taucher4000))
- Fix login strategy, preventing "Too Many Requests" error returned by Somfy (See [#9](https://github.com/nikkow/node-red-contrib-tahoma/issues/9))

## [0.2.0] - 2018-10-21

### Added

- New node `tahoma-read` (See [#6](https://github.com/nikkow/node-red-contrib-tahoma/issues/6))
- New `stop` action to immediatly stop the current action on the devices (See [#5](https://github.com/nikkow/node-red-contrib-tahoma/pull/5), thanks to [Genosse274](https://github.com/Genosse274))
- New `stop` action to immediatly stop the current action on the devices (See [#5](https://github.com/nikkow/node-red-contrib-tahoma/pull/5), thanks to [@Genosse274](https://github.com/Genosse274))
- New CHANGELOG.md file to keep track of all updates.


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": "node-red-contrib-tahoma",
"version": "0.2.0",
"version": "1.0.0",
"description": "Control a Somfy Tahoma box from Node RED",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7cced20

Please sign in to comment.