Skip to content

Commit

Permalink
chore(release): 12.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [12.1.0](v12.0.0...v12.1.0) (2024-09-20)

### 🛠 Fixes

* **ci:** releases ([e63f4e4](e63f4e4))

### 🚀 Features

* migrate eslint config ([d749d99](d749d99))
* **lint:** upgrade eslint and rules ([a840e5e](a840e5e))

### 🧾 Other

* **deps:** upgrade ([a278792](a278792))
  • Loading branch information
semantic-release-bot committed Sep 20, 2024
1 parent e63f4e4 commit 4c0a8ae
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4c0a8ae

Please sign in to comment.