From 978b5573afe55d74bfaee1cc656253325b9364d7 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Mon, 11 Mar 2019 18:48:04 +0200 Subject: [PATCH] v0.11.7 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d3189b3..5ad9115b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 0.11.7 - 2019-03-11 + +* Update pinejs to 10.6.1 [Pagan Gazzard] + ## 0.11.6 - 2019-03-08 * Avoid issues with updated bluebird typings [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index d58105d25..a9e68171e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@balena/open-balena-api", - "version": "0.11.6", + "version": "0.11.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3a24f4e3..796fe020d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "0.11.6", + "version": "0.11.7", "license": "AGPL-3.0", "repository": { "type": "git",