From 446c96bafecf57a8668d7a91a68b6e2e59060784 Mon Sep 17 00:00:00 2001 From: Luca Perret Date: Tue, 4 Sep 2018 17:44:47 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd56e12..6ea21c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [0.3.0](https://github.com/strapi/strapi-sdk-javascript/compare/v0.2.3...v0.3.0) (2018-09-04) + + +### Features + +* **sdk:** add count method ([d51dfbb](https://github.com/strapi/strapi-sdk-javascript/commit/d51dfbb)) + + + ## [0.2.3](https://github.com/strapi/strapi-sdk-javascript/compare/v0.2.2...v0.2.3) (2018-09-03) diff --git a/package.json b/package.json index 6825bf9..96753f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-sdk-javascript", - "version": "0.2.3", + "version": "0.3.0", "description": "The official Strapi SDK for JavaScript", "main": "build/main/index.js", "typings": "build/main/index.d.ts",