Skip to content

Commit

Permalink
release v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Aug 6, 2020
1 parent 11ca4b6 commit 0522a42
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.

Bear in mind that the [GIT version](https://github.com/caseyjhol/node-red-contrib-tplink) *(source-code)* is always bleeding edge and may *(in most cases, will)* have changes that won't reflect in NPM/[release](https://github.com/caseyjhol/node-red-contrib-tplink/releases) version.

## 1.0.0-alpha.1 (2020-08-06)

### Changed

- Only log error if debug option is enabled

### Fixed

- Fix memory leak caused by failure to properly close
- Use deviceType to determine if setLedState can be used ([#33])

[#33]: https://github.com/caseyjhol/node-red-contrib-tplink/issues/33

## 1.0.0-alpha.0 (2020-07-08)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Dragoiu Robert
Copyright (c) 2020 Casey Holzer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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-tplink",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "A collection of Node-RED nodes for TP-Link smart-home devices.",
"homepage": "https://github.com/caseyjhol/node-red-contrib-tplink",
"author": "Dragoiu Robert <[email protected]> (https://facebook.com/dopepixels)",
Expand Down

0 comments on commit 0522a42

Please sign in to comment.