Skip to content

Commit

Permalink
Update deps n changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 14, 2018
1 parent 78dea87 commit 0b02015
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.10 - 2018-02-14
* Update internal deps:
* Update [email protected]
* Update [email protected]
* Update [email protected]
* Update [email protected]
* Update [email protected]

## 0.5.9 - 2018-01-27
* Update electron due to security fixes

## 0.5.8 - 2017-12-21
* Disable slow duration extraction. Some songs may lack a duration but this will avoid slow metadata extraction. We have a solution that is almost done to alleviate this issue, hold tight.
* Better library scan timing.
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
"lodash.throttle": "^4.1.1",
"mkdirp": "^0.5.1",
"mousetrap": "^1.6.1",
"music-metadata": "^0.8.7",
"music-metadata": "^0.9.2",
"nanobus": "^4.1.0",
"nanocomponent": "^6.0.0",
"nanologger": "^1.3.0",
"nanotick": "^1.1.6",
"pump": "^2.0.0",
"pump": "^3.0.0",
"raven": "^2.2.1",
"raven-js": "^3.19.1",
"run-parallel": "^1.1.6",
Expand All @@ -82,18 +82,18 @@
},
"devDependencies": {
"@tap-format/spec": "^0.2.0",
"browserify": "^14.5.0",
"budo": "^10.0.4",
"browserify": "^16.1.0",
"budo": "^11.1.3",
"buffer-equal": "^1.0.0",
"bundle-collapser": "^1.3.0",
"common-shakeify": "^0.4.4",
"concat-stream": "^1.6.0",
"dependency-check": "^2.8.0",
"electron": "1.7.11",
"electron-builder": "19.55.2",
"dependency-check": "^3.0.0",
"electron": "1.8.2",
"electron-builder": "20.0.4",
"electron-renderify": "0.0.2",
"envify": "^4.1.0",
"is-buffer": "^1.1.5",
"is-buffer": "^2.0.0",
"npm-run-all": "^4.1.1",
"rimraf": "^2.6.2",
"snazzy": "^7.0.0",
Expand Down

0 comments on commit 0b02015

Please sign in to comment.