Skip to content

Commit 8cfa210

Browse files
committed
Release v1.1.1
1 parent 8921f49 commit 8cfa210

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v1.1.1](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v1.1.1) (2026-03-25)
4+
5+
- Update `fastify-plugin@^5.1.0` [\#39](https://github.com/uphold/fastify-openapi-router-plugin/pull/39) ([satazor](https://github.com/satazor))
6+
37
## [v1.1.0](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v1.1.0) (2026-03-25)
48

59
- Update dependencies [\#38](https://github.com/uphold/fastify-openapi-router-plugin/pull/38) ([satazor](https://github.com/satazor))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uphold/fastify-openapi-router-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A plugin for Fastify to connect routes with a OpenAPI 3.x specification",
55
"main": "./src/index.js",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)