Skip to content

Commit 1e98abd

Browse files
author
umut0
committed
chore(release): 2.2.0
1 parent 7954d81 commit 1e98abd

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.2.0"></a>
6+
# [2.2.0](https://github.com/sensebox/openSenseMap/compare/v2.1.1...v2.2.0) (2019-12-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **clipboard:** Fix copy to clipboard directive ([#303](https://github.com/sensebox/openSenseMap/issues/303)) ([4aaa633](https://github.com/sensebox/openSenseMap/commit/4aaa633)), closes [#297](https://github.com/sensebox/openSenseMap/issues/297)
12+
* **dashboard:** Do not autofill ssid and password ([#301](https://github.com/sensebox/openSenseMap/issues/301)) ([1b55c9a](https://github.com/sensebox/openSenseMap/commit/1b55c9a)), closes [#295](https://github.com/sensebox/openSenseMap/issues/295)
13+
14+
15+
### Features
16+
17+
* **registration:** Add BME680 and soil moisture sensor with port selection ([fed2d7a](https://github.com/sensebox/openSenseMap/commit/fed2d7a))
18+
19+
20+
521
<a name="2.1.1"></a>
622
## [2.1.1](https://github.com/sensebox/openSenseMap/compare/v2.1.2...v2.1.1) (2019-04-04)
723

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-sense-map",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"dependencies": {
55
"angular": "1.5",
66
"angular-resource": "1.5",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensensemap",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"dependencies": {
55
"@sensebox/opensensemap-i18n": "^3.1.1",
66
"angular-i18n": "^1.6.7"

0 commit comments

Comments
 (0)