Skip to content

Commit 4cd3831

Browse files
committed
🔖 Bumps to V 1.7
1 parent 33986dd commit 4cd3831

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 🍻 1.7.0 - Documentation Website [PR #190](https://github.com/Lissy93/dashy/pull/190)
4+
- Builds a quick website to host the docs. No code changes, but prepares for V1.7 release
5+
36
## ✨ 1.6.9 - Web Search Feature [PR #185](https://github.com/Lissy93/dashy/pull/185)
47
- Adds ability to search the web directly from Dashy by pressing enter on the search bar
58
- Adds configuration options, for setting default search engine, opening method and disabling

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Dashy",
3-
"version": "1.6.9",
3+
"version": "1.7.0",
44
"license": "MIT",
55
"main": "server",
66
"scripts": {
@@ -91,4 +91,4 @@
9191
"> 1%",
9292
"last 2 versions"
9393
]
94-
}
94+
}

0 commit comments

Comments
 (0)