Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Mar 22, 2023
1 parent d53154a commit dcccd6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v3.0.0

- Upgrade `restify` to v9.0.0
- Add SPS30 sensors
- Remove old mailer and add Redis based queue system

## v2.0.3

- Change handling `near` parameter (#694)
Expand All @@ -21,7 +27,7 @@
- Added `sharedBoxes` functionality (#605)

## v1.3.1
- Add SPS30 sensor
- Add SPS30 sensor
- Update @sensebox/node-sketch-templater to v1.13.0

## v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sensebox/opensensemap-api-models",
"description": "openSenseMap data models and database connection",
"version": "2.0.3",
"version": "3.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit dcccd6b

Please sign in to comment.