From 4cd383137e60e2220ad13c236cf7b18de4078344 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 29 Aug 2021 22:05:20 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.7 --- .github/CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index b36eee02..2bae997f 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 🍻 1.7.0 - Documentation Website [PR #190](https://github.com/Lissy93/dashy/pull/190) +- Builds a quick website to host the docs. No code changes, but prepares for V1.7 release + ## ✨ 1.6.9 - Web Search Feature [PR #185](https://github.com/Lissy93/dashy/pull/185) - Adds ability to search the web directly from Dashy by pressing enter on the search bar - Adds configuration options, for setting default search engine, opening method and disabling diff --git a/package.json b/package.json index 8da5b8f1..a2449788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.6.9", + "version": "1.7.0", "license": "MIT", "main": "server", "scripts": { @@ -91,4 +91,4 @@ "> 1%", "last 2 versions" ] -} \ No newline at end of file +}