From 4c0a8aec3f5f368ba5a5a50caa20803af7f1d2b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Sep 2024 15:55:53 +0000 Subject: [PATCH] chore(release): 12.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [12.1.0](https://github.com/SkeLLLa/fastify-metrics/compare/v12.0.0...v12.1.0) (2024-09-20) ### ๐Ÿ›  Fixes * **ci:** releases ([e63f4e4](https://github.com/SkeLLLa/fastify-metrics/commit/e63f4e49adbbddac7b27cec7b72e82da46bdf8d3)) ### ๐Ÿš€ Features * migrate eslint config ([d749d99](https://github.com/SkeLLLa/fastify-metrics/commit/d749d99cb09c26ff4e8b00ca3b98ee730c551c81)) * **lint:** upgrade eslint and rules ([a840e5e](https://github.com/SkeLLLa/fastify-metrics/commit/a840e5eb3e80b273732bc12ac872eb8674de4ea8)) ### ๐Ÿงพ Other * **deps:** upgrade ([a278792](https://github.com/SkeLLLa/fastify-metrics/commit/a27879204575db7ec948044be57981380786c332)) --- docs/CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 53bc124..dbb07b6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,18 @@ +## [12.1.0](https://github.com/SkeLLLa/fastify-metrics/compare/v12.0.0...v12.1.0) (2024-09-20) + +### ๐Ÿ›  Fixes + +* **ci:** releases ([e63f4e4](https://github.com/SkeLLLa/fastify-metrics/commit/e63f4e49adbbddac7b27cec7b72e82da46bdf8d3)) + +### ๐Ÿš€ Features + +* migrate eslint config ([d749d99](https://github.com/SkeLLLa/fastify-metrics/commit/d749d99cb09c26ff4e8b00ca3b98ee730c551c81)) +* **lint:** upgrade eslint and rules ([a840e5e](https://github.com/SkeLLLa/fastify-metrics/commit/a840e5eb3e80b273732bc12ac872eb8674de4ea8)) + +### ๐Ÿงพ Other + +* **deps:** upgrade ([a278792](https://github.com/SkeLLLa/fastify-metrics/commit/a27879204575db7ec948044be57981380786c332)) + ## [12.0.0](https://github.com/SkeLLLa/fastify-metrics/compare/v11.0.0...v12.0.0) (2024-09-19) diff --git a/package.json b/package.json index 2cdd01a..ca24fe2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "fastify-metrics", - "version": "12.0.0", + "version": "12.1.0", "description": "Prometheus metrics exporter for Fastify", "keywords": [ "fastify-plugin",