We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356a635 commit 1b648f3Copy full SHA for 1b648f3
2 files changed
packages/models/CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+## v3.3.2
6
+
7
8
+ - Have option to supply templater with serial ports for SDS and RG-15
9
10
## v3.3.1
11
- Add Hydreon RG-15 Optical Rain Gauge
12
packages/models/package.json
@@ -1,14 +1,14 @@
1
{
"name": "@sensebox/opensensemap-api-models",
"description": "openSenseMap data models and database connection",
- "version": "3.3.1",
+ "version": "3.3.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.9.4",
"@grpc/proto-loader": "^0.7.10",
"@sensebox/osem-protos": "^1.1.0",
- "@sensebox/sketch-templater": "1.13.2",
+ "@sensebox/sketch-templater": "1.13.3",
"bcrypt": "^5.1.1",
13
"bullmq": "^4.12.3",
14
"config": "^3.3.6",
0 commit comments