From 63e1313f44302468c0712da316eecdb5cc175e88 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Mon, 3 Apr 2017 15:36:04 +0200 Subject: [PATCH] Handle non-semver OS versions --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4124f4..e2bf99b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### Fixed + +- Add basic support for the new ResinOS version format + ## [5.7.0] - 2017-03-28 ### Fixed diff --git a/package.json b/package.json index f3bfae1c..4cb52d4c 100644 --- a/package.json +++ b/package.json @@ -63,8 +63,8 @@ "resin-device-config": "^3.0.0", "resin-device-init": "^2.2.0", "resin-image-fs": "^2.1.2", - "resin-image-manager": "^4.1.0", - "resin-sdk-preconfigured": "^0.1.1", + "resin-image-manager": "^4.1.1", + "resin-sdk-preconfigured": "^0.1.2", "resin-settings-client": "^3.5.0", "resin-sync": "^7.0.0", "rimraf": "^2.4.3",