From ffbc90c201596882c0fbde3fcaa003d1a96dee97 Mon Sep 17 00:00:00 2001 From: brunurd Date: Tue, 16 Jun 2020 22:12:39 -0300 Subject: [PATCH] versioned to 1.5.0 --- .eslintrc.js | 1 + CHANGELOG.md | 2 +- README.md | 1 - package.json | 6 +++--- public/index.html | 3 +-- src/components/store.js | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index ab359e8..f541c88 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -12,6 +12,7 @@ module.exports = { }, parserOptions: { ecmaVersion: 2018, + sourceType: 'module', }, rules: { indent: ['error', 2], diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b105f..f50ccfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). --- -## [1.?.?] - ??? +## [1.5.0] - 2020-06-16 ### Added diff --git a/README.md b/README.md index 7d061ad..c650159 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,3 @@ A client to watch youtube videos (plus: or any website) outside the browser and [linux-download]: https://github.com/brunurd/youtube-companion-plus/releases/download/v1.4.1/Youtube.Companion.Plus-1.4.1.AppImage [mac-download]: https://github.com/brunurd/youtube-companion-plus/releases/download/v1.4.1/Youtube.Companion.Plus-1.4.1.dmg [win-download]: https://github.com/brunurd/youtube-companion-plus/releases/download/v1.4.1/Youtube.Companion.Plus.1.4.1.exe - diff --git a/package.json b/package.json index 3dba2b7..b13619b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-companion-plus", - "version": "1.4.1", + "version": "1.5.0", "description": "A client to watch youtube videos outside the browser and pin on top of everything.", "main": "public/main.min.js", "build": { @@ -41,8 +41,8 @@ "electron": "electron .", "debug": "electron . debug", "test": "jest", - "lint": "eslint src/*.js public/scripts.js", - "lint:fix": "eslint src/*.js public/scripts.js --fix", + "lint": "eslint src/*.js", + "lint:fix": "eslint src/*.js --fix", "prettier": "prettier --write .", "css": "stylus style/main.styl --out public/style.min.css", "css:watch": "stylus style/main.styl --out public/style.min.css --watch", diff --git a/public/index.html b/public/index.html index 4e79019..e75747c 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,5 @@ - - + diff --git a/src/components/store.js b/src/components/store.js index f2879cf..45c5e32 100644 --- a/src/components/store.js +++ b/src/components/store.js @@ -1,4 +1,4 @@ import { writable } from 'svelte/store'; export const url = writable('https://m.youtube.com'); -export const webview = writable({}); \ No newline at end of file +export const webview = writable({});