Skip to content

Commit

Permalink
Add CHANGELOG and up version.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
OleksiiZubko authored and Olesii Zubko committed Oct 18, 2019
1 parent e530df7 commit 01db17a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion @here/olp-sdk-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-authentication",
"version": "0.9.0",
"version": "0.9.1",
"description": "Wrapper around the HERE Authentication and Authorization REST API obtaining short-lived access tokens that are used to authenticate requests to HERE services.",
"main": "dist/@here/olp-sdk-authentication/index.js",
"browser": "dist/@here/olp-sdk-authentication/index.web.js",
Expand Down
2 changes: 1 addition & 1 deletion @here/olp-sdk-dataservice-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-dataservice-api",
"version": "0.9.0",
"version": "0.9.1",
"description": "Generated from the OpenAPI specification of the HERE Open Location Platform Data API",
"main": "dist/@here/olp-sdk-dataservice-api/index.js",
"typings": "dist/@here/olp-sdk-dataservice-api/index",
Expand Down
2 changes: 1 addition & 1 deletion @here/olp-sdk-dataservice-read/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-dataservice-read",
"version": "0.9.0",
"version": "0.9.1",
"description": "Wrapper around a subset of the HERE Open Location Platform Data REST API related to reading data from OLP catalogs",
"main": "dist/@here/olp-sdk-dataservice-read/index.js",
"browser": "dist/@here/olp-sdk-dataservice-read/index.web.js",
Expand Down
2 changes: 1 addition & 1 deletion @here/olp-sdk-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-fetch",
"version": "0.9.0",
"version": "0.9.1",
"description": "Adds a subset of the fetch API for Node.js",
"main": "dist/@here/olp-sdk-fetch/index.js",
"browser": "dist/@here/olp-sdk-fetch/index.web.js",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v0.9.1-beta (17/10/2019)

**olp-sdk-authentication**

* Fixed build process for web

* **Breaking Change** - UserAuthConfig.tokenRequester is required now


**olp-sdk-dataservice-read**

* Fixed build process for web
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/olp-sdk-ts",
"version": "0.9.0",
"version": "0.9.1",
"description": "HERE OLP SDK for TypeScript",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit 01db17a

Please sign in to comment.