diff --git a/CHANGELOG.md b/CHANGELOG.md index 477fb04e..3aa2effa 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.5.65 +## (2019-12-02) + +* Convert settings modal to typescript [Lorenzo Alberto Maria Ambrosi] +* Refactor settings page into modal [Lorenzo Alberto Maria Ambrosi] + # v1.5.64 ## (2019-11-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 63289b8e..c39c55dc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.64", + "version": "1.5.65", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -15154,4 +15154,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index c929e6aa..057d0315 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.64", + "version": "1.5.65", "packageType": "local", "updates": { "enabled": true,