From 090dea9654f368daf10ae3f66e6126224c0019ce Mon Sep 17 00:00:00 2001 From: Teal Dulcet Date: Wed, 28 Jun 2023 03:39:10 -0700 Subject: [PATCH] Released version 1.2.1. --- .github/workflows/ci.yml | 10 ++++++---- chromemanifest.json | 2 +- manifest.json | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e39fdb9..f8588c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: - cron: '0 0 1 * *' jobs: - eslint: + ESLint: name: ESLint runs-on: ubuntu-latest @@ -17,9 +17,10 @@ jobs: - name: Install run: npm install -g eslint - name: Script - run: eslint --report-unused-disable-directives . || true + run: eslint --report-unused-disable-directives . + continue-on-error: true - tsc: + TSC: name: TypeScript Compiler runs-on: ubuntu-latest @@ -31,4 +32,5 @@ jobs: - name: Install run: npm install -g typescript - name: Script - run: tsc -p jsconfig.json --noEmit || true + run: tsc -p jsconfig.json --noEmit + continue-on-error: true diff --git a/chromemanifest.json b/chromemanifest.json index 4fb3c80..d6a9ee8 100644 --- a/chromemanifest.json +++ b/chromemanifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Colab Autorun and Connect", - "version": "1.2", + "version": "1.2.1", "author": "Teal Dulcet and Daniel Connelly", "description": "Automatically connect, reconnect and optionally run the first cell of notebooks in Google Colab.", diff --git a/manifest.json b/manifest.json index 6e1d430..8b808b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Colab Autorun and Connect", - "version": "1.2", + "version": "1.2.1", "author": "Teal Dulcet and Daniel Connelly", "description": "Automatically connect, reconnect and optionally run the first cell of notebooks in Google Colab.", @@ -55,7 +55,7 @@ "https://colab.research.google.com/*" ], - "applications": { + "browser_specific_settings": { "gecko": { "id": "colab-autorun@tealdulcet.com", "strict_min_version": "91.0"