Skip to content

Commit 3f1a514

Browse files
committed
Release v1.1.0
1 parent 6e30e12 commit 3f1a514

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.0](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v1.1.0) (2026-03-25)
4+
5+
- Update dependencies [\#38](https://github.com/uphold/fastify-openapi-router-plugin/pull/38) ([satazor](https://github.com/satazor))
6+
37
## [v1.0.2](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v1.0.2) (2026-01-24)
48

59
- Update package version manually so we can publish again [\#37](https://github.com/uphold/fastify-openapi-router-plugin/pull/37) ([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.0.2",
3+
"version": "1.1.0",
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)