diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a066f0..61df44d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.4.7 - 2018-11-12 + +### Fixes + +- Fix typo in contributing guidelines +- Modify versionist.conf.js to match new internal commit guidelines + +### Misc + +- Rename etcher to balena-etcher +- Convert Select Image button to Rendition + ## v1.4.6 - 2018-10-28 ### Fixes diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ae7b0e9d..67a22857 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.4.6", + "version": "1.4.7", "dependencies": { "@fortawesome/fontawesome-free-webfonts": { "version": "1.0.9", diff --git a/package.json b/package.json index 05bcbb42..7ceca828 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.4.6", + "version": "1.4.7", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index cc023f7a..daad9d47 100644 Binary files a/screenshot.png and b/screenshot.png differ