diff --git a/CHANGELOG.md b/CHANGELOG.md index 88543ea2..49537ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.4.1 - 2018-04-10 + +### Fixes + +- Exclude package.json from UI bundle + ## v1.4.0 - 2018-04-05 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fa05a413..7cd8a857 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index 4be6375b..82d732bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.4.0", + "version": "1.4.1", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index 2a5efd92..789a828a 100644 Binary files a/screenshot.png and b/screenshot.png differ