Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Version 2.2.0 Release (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
karbassi authored Mar 17, 2018
1 parent 0f76815 commit a929119
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
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": "netatmo",
"version": "2.1.1",
"version": "2.2.0",
"description": "A node.js module to hook into the netatmo API.",
"main": "netatmo.js",
"scripts": {
Expand Down

0 comments on commit a929119

Please sign in to comment.