From bb888150c9fac92342db28ee5c3920059b5a1487 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 9 Sep 2021 20:03:33 +0100 Subject: [PATCH] :bookmark: Bumps to 1.7.3 and updates changelog --- .github/CHANGELOG.md | 7 +++++++ .github/workflows/add-comment-from-tag.yml | 4 +--- package.json | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 8f583f4c..05f181ac 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 👷 1.7.3 - CI with GH Actions [PR #212](https://github.com/Lissy93/dashy/pull/212) +- Adds a series of GH actions for repository maintenance and administration +- Auto-labels PR and issues, adds helpful info to PRs based on files changed +- Lints, tests, builds and deploys the app when PR submitted +- Checks app size, dependencies, security, accessibility etc when PR submitted +- Closes incomplete, stale or spammy issues and leaves a comment + ## ✨ 1.7.2 - Item Sort Options [PR #203](https://github.com/Lissy93/dashy/pull/203) - Adds option for user to specify `sortBy` to order items within a section - Can sort by last clicked, most used, alphabetically and more diff --git a/.github/workflows/add-comment-from-tag.yml b/.github/workflows/add-comment-from-tag.yml index 43b5ece3..705fc3ca 100644 --- a/.github/workflows/add-comment-from-tag.yml +++ b/.github/workflows/add-comment-from-tag.yml @@ -19,9 +19,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 - - name: Label Commenter - + uses: actions/checkout@v2 - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 with: diff --git a/package.json b/package.json index 2b61a41a..927f7d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.7.2", + "version": "1.7.3", "license": "MIT", "main": "server", "scripts": { @@ -92,4 +92,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file