From a9291196b4130cee7e2fda13555fe8d52166ad70 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Sat, 17 Mar 2018 17:18:10 -0500 Subject: [PATCH] Version 2.2.0 Release (#40) --- CHANGELOG.md | 14 ++++++++++++-- LICENSE | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9095867..78655b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [2.2.0] / 2018-03-17 ### Added -- Added getPublicData API call +- Added getPublicData API call ([#38]) + +### Changed +- Update dependencies. ([#37]) +- Fixed return the server response message on error ([#34]) ## [2.1.0] / 2017-02-18 ### Added @@ -79,7 +85,8 @@ Thank you to [@patricks], [@janhuddel], and [@marcuspocus] for their pull reques ## 1.0.0 - 2014-03-13 -[Unreleased]: https://github.com/karbassi/netatmo/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/karbassi/netatmo/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/karbassi/netatmo/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/karbassi/netatmo/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/karbassi/netatmo/compare/v1.6.0...v2.0.0 [1.6.0]: https://github.com/karbassi/netatmo/compare/v1.5.0...v1.6.0 @@ -89,6 +96,9 @@ Thank you to [@patricks], [@janhuddel], and [@marcuspocus] for their pull reques [1.1.0]: https://github.com/karbassi/netatmo/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/karbassi/netatmo/compare/v1.0.0...v1.0.1 +[#38]: https://github.com/karbassi/netatmo/pull/38 +[#37]: https://github.com/karbassi/netatmo/pull/37 +[#34]: https://github.com/karbassi/netatmo/pull/34 [#28]: https://github.com/karbassi/netatmo/pull/28 [#27]: https://github.com/karbassi/netatmo/pull/27 [#26]: https://github.com/karbassi/netatmo/pull/26 diff --git a/LICENSE b/LICENSE index 5ef9de5..0602002 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014, 2015, 2016 Ali Karbassi +Copyright (c) Ali Karbassi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 76285e3..7289f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netatmo", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 28d4a20..a7231f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netatmo", - "version": "2.1.1", + "version": "2.2.0", "description": "A node.js module to hook into the netatmo API.", "main": "netatmo.js", "scripts": {