Skip to content

Commit

Permalink
Merge pull request #303 from hypermodules/bretkeeper
Browse files Browse the repository at this point in the history
Bretkeeper
  • Loading branch information
bcomnes authored Feb 14, 2018
2 parents 144dea6 + a313a5a commit 82ab00a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 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
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hyperamp",
"description": "Indescribable music player",
"version": "0.5.9",
"version": "0.5.10",
"author": "Hypermodules (https://github.com/hypermodules)",
"browserify": {
"transform": [
Expand Down 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,19 +82,20 @@
},
"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",
"spectron": "^3.7.1",
"standard": "^10.0.1",
Expand Down

0 comments on commit 82ab00a

Please sign in to comment.