From 8a0e8f5d5861615769312d5164d191712d4dcb67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:30:47 +0000 Subject: [PATCH] chore(main): release 2.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd2483..c07fc69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/artmizu/nuxt-prometheus/compare/v2.3.1...v2.4.0) (2024-07-23) + + +### Features + +* Disable requests measuring time by default due to https://github.com/artmizu/nuxt-prometheus/issues/42 ([6fefa56](https://github.com/artmizu/nuxt-prometheus/commit/6fefa56091863bb22ce8a8a2dfa687863d213902)) + ## [2.3.1](https://github.com/artmizu/nuxt-prometheus/compare/v2.3.0...v2.3.1) (2024-05-13) diff --git a/package.json b/package.json index 423eb2a..3d7a5f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@artmizu/nuxt-prometheus", "type": "module", - "version": "2.3.1", + "version": "2.4.0", "packageManager": "pnpm@9.1.1", "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production", "license": "MIT",