🔖 Bumps to 1.7.3 and updates changelog

This commit is contained in:
Alicia Sykes 2021-09-09 20:03:33 +01:00
parent de49b5bb81
commit bb888150c9
3 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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:

View File

@ -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"
]
}
}