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

Commit 994558d

Browse files
committed
chore(release): 0.1.0
1 parent 35ec140 commit 994558d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="0.1.0"></a>
6+
# 0.1.0 (2018-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **sdk:** catching server error message ([a97974d](https://github.com/lucaperret/strapi-sdk/commit/a97974d))
12+
13+
14+
### Features
15+
16+
* **sdk:** authentication ([0e57fa0](https://github.com/lucaperret/strapi-sdk/commit/0e57fa0))
17+
* **sdk:** authentication ([4ae0403](https://github.com/lucaperret/strapi-sdk/commit/4ae0403))
18+
* **sdk:** CRUD methods for [#1](https://github.com/lucaperret/strapi-sdk/issues/1) ([0d9e83a](https://github.com/lucaperret/strapi-sdk/commit/0d9e83a))
19+
* **upload:** add searchFiles and getFiles for [#2](https://github.com/lucaperret/strapi-sdk/issues/2) ([6ba8365](https://github.com/lucaperret/strapi-sdk/commit/6ba8365))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-sdk-javascript",
3-
"version": "0.0.0",
3+
"version": "0.1.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)