From fa87dd8c87dc2a09badeb6b5b2adb6b7d47487ad Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 27 Jun 2024 14:06:32 +0200 Subject: [PATCH] new version --- server/CHANGELOG.md | 7 +++++++ server/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index c5171de..c268c0c 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,6 +1,13 @@ # sitespeed.io server changelog (we do [semantic versioning](https://semver.org)) +## 0.2.0 - 2024-06-27 +### Added +* Search: Add a clear search field button and make location and test type linkable in search result [#39](https://github.com/sitespeedio/onlinetest/pull/39). +* Search: Show 100 search result as default and make it configurable [#38](https://github.com/sitespeedio/onlinetest/pull/38). +* Search: Add last hour search button [#40](https://github.com/sitespeedio/onlinetest/pull/40) +* Search: Make it confirable to see the slug column in search result [#41](https://github.com/sitespeedio/onlinetest/pull/41) + ## 0.1.0 - 2024-06-26 ### Added * Make removeOnComplete and removeOnFail in the queue configurable. If you run a large installation with many many tests, you may want to increase the number of tests that will continue to live in the queue after the test has completed (removeOnComplete) [#36](https://github.com/sitespeedio/onlinetest/pull/36). diff --git a/server/package.json b/server/package.json index 3030db5..ea1d3d0 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@sitespeed.io/server", - "version": "0.1.0", + "version": "0.2.0", "description": "The sitespeed.io server", "type": "module", "exports": "./app.js",