From 683abcadc155a69c3fb85ca01bfb4c2d60f2c8b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 07:18:51 +0000 Subject: [PATCH] chore(deps-dev): update semantic-release requirement Updates the requirements on [semantic-release](https://github.com/semantic-release/semantic-release) to permit the latest version. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v6.3.2...v15.13.24) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab5b6ac..5da80c7 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "rollup": "^0.36.0", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-json": "^4.0.0", - "semantic-release": "^6.3.2" + "semantic-release": "^15.13.24" }, "dependencies": { "babel-polyfill": "^6.13.0",