Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Oct 30, 2023
1 parent 6b78c2a commit ec2c24f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/models/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## v3.2.0

- Add `user` integrations (myBadges) (#834)
- Add new Sensor.Community device templates (#837)
- Fix response if user was not updated (#820)
- Update `mongoose` dependency (#813)
- Update `bcrypt` dependency (#839)
- Update `bullmq` dependency (#835)
- Update `grpc` dependencies (#824)

## v3.1.0

- Add `page` parameter to `getBoxes` method in user model
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": "3.1.0",
"version": "3.2.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit ec2c24f

Please sign in to comment.