Skip to content

Commit

Permalink
Merge pull request #78 from GIScience/chore/release-0.3.2
Browse files Browse the repository at this point in the history
Chore/release 0.3.2
  • Loading branch information
TheGreatRefrigerator committed Sep 22, 2023
2 parents 7b3a190 + 251c19b commit e4cd5ac
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 25 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.2](https://github.com/GIScience/openrouteservice-js/compare/v0.3.1...v0.3.2) (2023-09-22)


### Code Refactoring

* remove api_version 'v2' requirement ([51c5bb2](https://github.com/GIScience/openrouteservice-js/commit/51c5bb2987d4d7a6c0458ce72c2207cf2dcb9b8b))


### Tests

* remove tests for api_version 'v2' requirement ([caab49a](https://github.com/GIScience/openrouteservice-js/commit/caab49a3e390ed883a272df14e31bd5d48d29fb7))


### Build System

* **deps:** upgrade vite from 3.2.6 to 3.2.7 ([8395acd](https://github.com/GIScience/openrouteservice-js/commit/8395acd46f7619891dfb4f6470d72620bd7915fb))

### [0.3.1](https://github.com/GIScience/openrouteservice-js/compare/v0.3.0...v0.3.1) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion dist/ors-js-client.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ors-js-client.cjs.map

Large diffs are not rendered by default.

13 changes: 4 additions & 9 deletions dist/ors-js-client.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ors-js-client.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ors-js-client.umd.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ors-js-client.umd.cjs.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openrouteservice-js",
"version": "0.3.1",
"version": "0.3.2",
"description": "A Javascript client for openrouteservice services.",
"author": "Openrouteservice Community",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"standard-version": "^9.5.0",
"start-server-and-test": "^2.0.0",
"terser": "^5.15.0",
"vite": "^3.2.6",
"vite": "^3.2.7",
"vite-plugin-istanbul": "^3.0.4",
"vue": "^3.2.38"
},
Expand Down

0 comments on commit e4cd5ac

Please sign in to comment.