From dfb9d9656960af589494448c0fbb32a6e649abac Mon Sep 17 00:00:00 2001 From: Liam Cain Date: Mon, 18 Jan 2021 12:09:04 -0500 Subject: [PATCH] Release v1.4.14 (#115) * Bump version * Fix job name --- .github/workflows/ci.yml | 7 +++---- manifest.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b892c71..e2ca867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,8 @@ on: branches: [$default-branch] jobs: - build: + lint-and-test: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v2 @@ -17,7 +16,7 @@ jobs: run: yarn - name: Lint - run: yarn lint + run: yarn run lint - name: Run tests - run: yarn test + run: yarn run test \ No newline at end of file diff --git a/manifest.json b/manifest.json index 10a7903..f2d3b8a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "calendar", "name": "Calendar", "description": "Calendar view of your daily notes", - "version": "1.4.13", + "version": "1.4.14", "author": "Liam Cain", "authorUrl": "https://github.com/liamcain/", "isDesktopOnly": false, diff --git a/package.json b/package.json index 33e13c8..1b8ab3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "1.4.13", + "version": "1.4.14", "description": "Calendar view of your daily notes", "author": "liamcain", "main": "main.js",