From e3242627f3e77561e4f109f99399a1db9e231cf6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2019 09:58:25 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] ## [3.1.1](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.0...v3.1.1) (2019-08-08) ### Bug Fixes * adds is_file for file existence check ([d1205c4](https://github.com/Codeinwp/themeisle-sdk/commit/d1205c4)) * adds is_file for file existence check ([be119c1](https://github.com/Codeinwp/themeisle-sdk/commit/be119c1)) --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- load.php | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124a0d4c..ba46b923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.1.1](https://github.com/Codeinwp/themeisle-sdk/compare/v3.1.0...v3.1.1) (2019-08-08) + + +### Bug Fixes + +* adds is_file for file existence check ([d1205c4](https://github.com/Codeinwp/themeisle-sdk/commit/d1205c4)) +* adds is_file for file existence check ([be119c1](https://github.com/Codeinwp/themeisle-sdk/commit/be119c1)) + # [3.1.0](https://github.com/Codeinwp/themeisle-sdk/compare/v3.0.10...v3.1.0) (2019-08-05) diff --git a/composer.json b/composer.json index 23d17a85..e72d7b1c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "homepage": "https://themeisle.com" } ], - "version": "3.1.0", + "version": "3.1.1", "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", "squizlabs/php_codesniffer": "^3.1", diff --git a/load.php b/load.php index 1ff48187..5cb56e55 100644 --- a/load.php +++ b/load.php @@ -14,7 +14,7 @@ return; } // Current SDK version and path. -$themeisle_sdk_version = '3.1.0'; +$themeisle_sdk_version = '3.1.1'; $themeisle_sdk_path = dirname( __FILE__ ); global $themeisle_sdk_max_version; diff --git a/package-lock.json b/package-lock.json index 8162dd1c..53a78cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themeisle-sdk", - "version": "3.0.10", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 94f6c7c5..e01f6057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeisle-sdk", - "version": "3.1.0", + "version": "3.1.1", "scripts": { "semantic-release": "semantic-release --debug" },