Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit a600569

Browse files
committed
chore(release): 0.2.0
1 parent af9b30d commit a600569

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
<a name="0.2.0"></a>
6+
# [0.2.0](https://github.com/strapi/strapi-sdk-javascript/compare/v0.1.0...v0.2.0) (2018-05-02)
7+
8+
9+
### Features
10+
11+
* **authentication:** handle providers ([46f8602](https://github.com/strapi/strapi-sdk-javascript/commit/46f8602)), closes [#3](https://github.com/strapi/strapi-sdk-javascript/issues/3)
12+
* **authentication:** persist the token ([906999e](https://github.com/strapi/strapi-sdk-javascript/commit/906999e)), closes [#3](https://github.com/strapi/strapi-sdk-javascript/issues/3) [#7](https://github.com/strapi/strapi-sdk-javascript/issues/7)
13+
14+
15+
516
<a name="0.1.0"></a>
617
# 0.1.0 (2018-04-26)
718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-sdk-javascript",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "The official Strapi SDK for JavaScript",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)