Skip to content

Commit

Permalink
bump version to 3.1.3
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
sshane committed Jul 12, 2024
1 parent fe089dc commit eaae69b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.1.3
=============
* add `route_str` parameter to `/v1/devices/<dongle>/routes_segments`

Version 3.1.2
=============
* add `limit` parameter to `/v1/devices/<dongle>/routes_segments`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commaai/api",
"version": "3.1.2",
"version": "3.1.3",
"main": "src/index.js",
"browser": "dist/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit eaae69b

Please sign in to comment.