From 71726025886c036072d4c8dfd1c378269abd0e87 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jun 2019 16:51:28 +0000 Subject: [PATCH] chore(release): 2.4.1 [skip ci] ## [2.4.1](https://github.com/poetapp/frost-client/compare/v2.4.0...v2.4.1) (2019-06-27) ### Bug Fixes * deploy issues ([#225](https://github.com/poetapp/frost-client/issues/225)) ([1868c2f](https://github.com/poetapp/frost-client/commit/1868c2f)) --- 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 f1fcdc9..11495d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@po.et/frost-client", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cbdf65..687f77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@po.et/frost-client", - "version": "2.4.0", + "version": "2.4.1", "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",