diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbe293438..27aea9cdc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.23 +## (2019-04-03) + +* Configure versionbot to publish repo metadata to github pages [Giovanni Garufi] + # v1.5.22 ## (2019-04-02) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bc2d271c7b..65316e2c44 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.22", + "version": "1.5.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3516749e8..f19f33d5cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.22", + "version": "1.5.23", "packageType": "local", "updates": { "enabled": true,