From dd5551da0c8da3a14de7c492865d1dfb4defada4 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Tue, 8 May 2018 21:30:32 -0700 Subject: [PATCH] chore: update shelljs-release version (#846) This bumps the version of our dependency, shelljs-release. I just cut the 3.0 release for shelljs-release, which contains support for the `--otp` flag, as well as the significant refactoring work we put in. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 738b722e..9fd41b6e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-import": "^1.11.1", "nyc": "^11.3.0", "shelljs-changelog": "^0.2.0", - "shelljs-release": "^0.2.0", + "shelljs-release": "^0.3.0", "shx": "^0.2.0", "travis-check-changes": "^0.2.0" },