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 +}