Skip to content

Commit c012f14

Browse files
authored
Release 1.12.1 (#491)
Update CHANGELOG and versions. Resolves: OLPEDGE-2633 Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com>
1 parent 70d7d87 commit c012f14

File tree

4 files changed

+257
-232
lines changed

4 files changed

+257
-232
lines changed

@here/olp-sdk-dataservice-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-dataservice-api",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Generated from the OpenAPI specification of the HERE Open Location Platform Data API",
55
"main": "index.js",
66
"typings": "index",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.12.1 (16/09/2021)
2+
3+
**olp-sdk-dataservice-api**
4+
5+
- Updated the `value` parameter in the `UrlBuilder.appendQuery()` method. You can also use this parameter as an object: `{ [key: string]: string | number }`.
6+
- Updated the APIs generated by the Interactive API v1. Some interfaces have breaking changes: https://github.com/heremaps/here-data-sdk-typescript/commit/70d7d8799de59c23157dc0437eef0f78a46c8b63.
7+
18
## v1.12.0 (30/08/2021)
29

310
**olp-sdk-core**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@here/olp-sdk-ts",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "HERE OLP SDK for TypeScript",
55
"author": {
66
"name": "HERE Europe B.V.",

0 commit comments

Comments
 (0)