From b668da27529b3074514116ae4431bb0a1242de31 Mon Sep 17 00:00:00 2001 From: Steel Brain Date: Thu, 25 Aug 2016 23:58:16 -0700 Subject: [PATCH 1/2] :arrow_up: Bump sb-exec@3.x --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e2c6b..26f7a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8.0.0 + +- Upgrade from `sb-exec@2.x` to `sb-exec@3.x` to include compatibility fixes for npm path and general fixes for windows + ## 7.0.0 - Return `Range`s from `rangeFromLineNumber` diff --git a/package.json b/package.json index 073c5da..c582431 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/steelbrain/atom-linter#readme", "dependencies": { "named-js-regexp": "^1.3.1", - "sb-exec": "^2.0.4", + "sb-exec": "^3.0.1", "sb-promisify": "^1.0.0", "tmp": "~0.0.28" }, From 02886b5123c1e515eb677054d8e34fccc300d0e6 Mon Sep 17 00:00:00 2001 From: Steel Brain Date: Fri, 26 Aug 2016 00:30:17 -0700 Subject: [PATCH 2/2] :art: Capitalize Windows in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f7a9e..a32c6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 8.0.0 -- Upgrade from `sb-exec@2.x` to `sb-exec@3.x` to include compatibility fixes for npm path and general fixes for windows +- Upgrade from `sb-exec@2.x` to `sb-exec@3.x` to include compatibility fixes for npm path and general fixes for Windows ## 7.0.0