Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Nov 16, 2023
1 parent 90efd7f commit 5475901
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [v0.12.0] - 2023-11-16

### Changed

- ORS hosts in config to contain default base path `/ors/v2` (#99)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@
```bash
git clone https://github.com/VROOM-Project/vroom-express.git
cd vroom-express
git checkout v0.11.0
git checkout v0.12.0
```

- Install dependencies using `npm`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vroom-express",
"version": "0.11.0",
"version": "0.12.0",
"description": "An express server to expose VROOM as a web API.",
"scripts": {
"test": "npm run-script test:other && npm run-script test:js",
Expand Down

0 comments on commit 5475901

Please sign in to comment.