From 1641f5504c0092fca20584d69da543e907a9561d Mon Sep 17 00:00:00 2001 From: Heiko Mathes Date: Thu, 1 Feb 2018 22:19:52 +0100 Subject: [PATCH] :bookmark: fix prerelease-checks and bump version --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f6e9e..43be44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.0.4 +### Bugfix +Minstall now no longer wrongully detects prerelease-versions as incompatible (Issue [#31](https://github.com/heikomat/minstall/issues/31)) + # 3.0.3 ### Improvements Add support to use local modules within the parent-module itself (add diff --git a/package.json b/package.json index 6624229..166c91d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minstall", - "version": "3.0.3", + "version": "3.0.4", "description": "local module installer", "main": "lib/minstall.js", "bin": "lib/minstall.js", @@ -36,7 +36,7 @@ "bluebird": "^3.4.6", "fs-extra": "^2.1.2", "semver": "^5.3.0", - "semver-intersect": "^1.2.0", + "semver-intersect": "^1.3.0", "winston": "^2.3.1" }, "devDependencies": {