Skip to content

Commit 01db17a

Browse files
OleksiiZubkoOlesii Zubko
authored and
Olesii Zubko
committed
Add CHANGELOG and up version.
Set version 0.9.1 for all package.json files. Add CHANGELOG.md Relates-To: OLPEDGE-893 Signed-off-by: Oleksii Zubko <ext-oleksii.zubko@here.com>
1 parent e530df7 commit 01db17a

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

@here/olp-sdk-authentication/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-authentication",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Wrapper around the HERE Authentication and Authorization REST API obtaining short-lived access tokens that are used to authenticate requests to HERE services.",
55
"main": "dist/@here/olp-sdk-authentication/index.js",
66
"browser": "dist/@here/olp-sdk-authentication/index.web.js",

@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": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Generated from the OpenAPI specification of the HERE Open Location Platform Data API",
55
"main": "dist/@here/olp-sdk-dataservice-api/index.js",
66
"typings": "dist/@here/olp-sdk-dataservice-api/index",

@here/olp-sdk-dataservice-read/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-read",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Wrapper around a subset of the HERE Open Location Platform Data REST API related to reading data from OLP catalogs",
55
"main": "dist/@here/olp-sdk-dataservice-read/index.js",
66
"browser": "dist/@here/olp-sdk-dataservice-read/index.web.js",

@here/olp-sdk-fetch/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-fetch",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Adds a subset of the fetch API for Node.js",
55
"main": "dist/@here/olp-sdk-fetch/index.js",
66
"browser": "dist/@here/olp-sdk-fetch/index.web.js",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## v0.9.1-beta (17/10/2019)
2+
3+
**olp-sdk-authentication**
4+
5+
* Fixed build process for web
6+
7+
* **Breaking Change** - UserAuthConfig.tokenRequester is required now
8+
9+
10+
**olp-sdk-dataservice-read**
11+
12+
* Fixed build process for web

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": "0.9.0",
3+
"version": "0.9.1",
44
"description": "HERE OLP SDK for TypeScript",
55
"author": {
66
"name": "HERE Europe B.V.",

0 commit comments

Comments
 (0)