This commit is contained in:
Pagan Gazzard 2015-05-12 10:13:01 +01:00 committed by Pablo Carranza Vélez
parent 1ee3072c75
commit f03df0b4ad
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v0.0.14
* Clean up tmp files left behind by npm [Page]
* Fix an error where mixpanel events would have the wrong uuid set on first provision. [Page]
* Update knexjs to ~0.8.3, which uses lodash 3 and means it will be deduplicated (reducing image size and runtime memory usage) [Page]

View File

@ -1,6 +1,6 @@
{
"name": "resin-supervisor",
"version": "0.0.13",
"version": "0.0.14",
"scripts": {
"postinstall": "bash postinstall.sh",
"start": "./entry.sh"