We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785b108 commit 07b4641Copy full SHA for 07b4641
packages/models/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## v2.0.0
6
+
7
+- Update dependencies (#602, #666)
8
+- Added `findLatestMeasurementsForSensorsWithCount` static method to Measurement schema (#588)
9
+- Added `sharedBoxes` functionality (#605)
10
11
## v1.2.0
12
13
- Extend `luftdatenHandler` (#578)
packages/models/package.json
@@ -1,7 +1,7 @@
1
{
"name": "@sensebox/opensensemap-api-models",
"description": "openSenseMap data models and database connection",
- "version": "1.2.0",
+ "version": "2.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
0 commit comments