From 1f435268b7ac6a313133b42c073893c4372357ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Jun 2019 08:32:12 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/poetapp/frost-client/compare/v2.3.1...v2.4.0) (2019-06-12) ### Bug Fixes * update CCI and remove unused deps ([#224](https://github.com/poetapp/frost-client/issues/224)) ([45fcfa3](https://github.com/poetapp/frost-client/commit/45fcfa3)) ### Features * post archive endpoint ([#223](https://github.com/poetapp/frost-client/issues/223)) ([ce8c168](https://github.com/poetapp/frost-client/commit/ce8c168)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 998ef0b..f1fcdc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@po.et/frost-client", - "version": "0.1.8", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c39cc4c..44df648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@po.et/frost-client", - "version": "0.1.8", + "version": "2.4.0", "description": "Frost Client helps you to easily integrate your applications with Po.et's Frost API.", "main": "dist/Frost.js", "types": "dist/Frost.d.ts",