mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
v1.5.118
This commit is contained in:
parent
e9ce270dab
commit
ed1f008fe2
@ -1,3 +1,24 @@
|
||||
- commits:
|
||||
- subject: 'patch: development environment'
|
||||
hash: 1ee110bc9587ecdc672b5b9cf8373e78c04943a1
|
||||
body: >-
|
||||
Add webpack dev server and hot module reloading to get live changes and
|
||||
reloads without reloading the whole electron app.
|
||||
|
||||
|
||||
This patch also runs the development environment in development mode,
|
||||
which is much, much faster on builds and rebuilds.
|
||||
footer: {}
|
||||
author: Zane Hitchcox
|
||||
nested: []
|
||||
- subject: 'patch: watch files for electron'
|
||||
hash: 33dd07c6751e5ca84b5e7d78027e2e9fec1e7b0e
|
||||
body: ''
|
||||
footer: {}
|
||||
author: Zane Hitchcox
|
||||
nested: []
|
||||
version: 1.5.118
|
||||
date: 2021-04-27T01:21:31.707Z
|
||||
- commits:
|
||||
- subject: Rename mac releases (keep old naming)
|
||||
hash: 0bdea5c54ca1465d89c73cd269e60ebb24c79f0f
|
||||
|
@ -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.118
|
||||
## (2021-04-27)
|
||||
|
||||
* patch: development environment [Zane Hitchcox]
|
||||
* patch: watch files for electron [Zane Hitchcox]
|
||||
|
||||
# v1.5.117
|
||||
## (2021-04-02)
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.5.117",
|
||||
"version": "1.5.118",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -16828,4 +16828,4 @@
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.5.117",
|
||||
"version": "1.5.118",
|
||||
"packageType": "local",
|
||||
"main": "generated/etcher.js",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user