From 0a3582a911d0ef9ba697ccb0db9c4775e78bc8f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jun 2024 14:08:36 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.4 # [1.0.0-beta.4](https://github.com/pmrotule/nuxt-request-timeline/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-06-27) ### Features * Improve showing start time on CSR timeline ([11ca23f](https://github.com/pmrotule/nuxt-request-timeline/commit/11ca23fd9a91655f0129e8024d2711dd01541205)) ### Performance Improvements * Cache SSR request of /request-timeline path ([0349428](https://github.com/pmrotule/nuxt-request-timeline/commit/03494286d894afa79d32979874d36a694c2aceda)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea6f816..ecb0160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-request-timeline", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "Nuxt module to visualiaze your request timeline using a waterfall chart", "type": "module", "engines": {