Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
20200801 - Fixing #140 - could be 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yafp committed Aug 1, 2020
1 parent 915fdc0 commit ac65919
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 15 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ The following categories are used:
* `Security`: in case of vulnerabilities.


***

### media-dupes 0.10.3 (20200801)
#### `Changed`
* Updated dependencies:
* Updated `eslint` from `7.5.0` to `7.6.0`.

#### `Fixed`
* Fixed a dependency error. See [#140](https://github.com/yafp/media-dupes/issues/140)


***

### media-dupes 0.10.2 (20200730)
Expand Down
3 changes: 3 additions & 0 deletions docs/UI-HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ This page shows how the UI of **media-dupes** changed over the time

### 0.9.0
![ui](https://raw.githubusercontent.com/yafp/media-dupes/master/.github/images/screenshots/ui_0.9.0.png)

### 0.10.x
![ui](https://raw.githubusercontent.com/yafp/media-dupes/master/.github/images/screenshots/ui_0.10.0.png)
17 changes: 5 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "media-dupes",
"productName": "media-dupes",
"desktopName": "media-dupes.desktop",
"version": "0.10.2",
"version": "0.10.3",
"description": "a minimal content duplicator for common media services like youtube",
"main": "main.js",
"repository": {
Expand Down Expand Up @@ -232,19 +232,19 @@
]
},
"devDependencies": {
"bootstrap": "^4.4.1",
"docdash": "^1.2.0",
"electron": "^9.1.2",
"electron-builder": "^22.8.0",
"electron-packager": "^15.0.0",
"eslint": "^7.5.0",
"eslint": "^7.6.0",
"jsdoc": "^3.6.5",
"ntl": "^5.1.0",
"rimraf": "^3.0.2",
"snazzy": "^8.0.0",
"standardx": "^5.0.0"
},
"dependencies": {
"bootstrap": "^4.4.1",
"@fortawesome/fontawesome-free": "^5.14.0",
"@sentry/electron": "^1.5.2",
"about-window": "^1.13.4",
Expand Down

0 comments on commit ac65919

Please sign in to comment.