Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uphold-bot committed Aug 6, 2024
1 parent b0d6bae commit a545ef2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
11 changes: 2 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Changelog

## [v0.1.0](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v0.1.0) (2024-08-05)
- Add missing `release` npm script [\#9](https://github.com/uphold/fastify-openapi-router-plugin/pull/9) ([satazor](https://github.com/satazor))
- Set package.json version to `0.0.0` to prepare for release [\#8](https://github.com/uphold/fastify-openapi-router-plugin/pull/8) ([satazor](https://github.com/satazor))
- Fix scopes on README [\#7](https://github.com/uphold/fastify-openapi-router-plugin/pull/7) ([hv-leo](https://github.com/hv-leo))
- Fix and improve several README sentences [\#4](https://github.com/uphold/fastify-openapi-router-plugin/pull/4) ([satazor](https://github.com/satazor))
- Generalize wildcard matching in scopes [\#5](https://github.com/uphold/fastify-openapi-router-plugin/pull/5) ([satazor](https://github.com/satazor))
- Improve README [\#3](https://github.com/uphold/fastify-openapi-router-plugin/pull/3) ([satazor](https://github.com/satazor))
- Remove build from release-it config [\#2](https://github.com/uphold/fastify-openapi-router-plugin/pull/2) ([satazor](https://github.com/satazor))
- Add initial commit [\#1](https://github.com/uphold/fastify-openapi-router-plugin/pull/1) ([andreffvalente](https://github.com/andreffvalente))
## [v0.1.1](https://github.com/uphold/fastify-openapi-router-plugin/releases/tag/v0.1.1) (2024-08-06)
- Replace `decorateRequest` by `onRequest` hook [\#10](https://github.com/uphold/fastify-openapi-router-plugin/pull/10) ([andreffvalente](https://github.com/andreffvalente))

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uphold/fastify-openapi-router-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "A plugin for Fastify to connect routes with a OpenAPI 3.x specification",
"main": "./src/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit a545ef2

Please sign in to comment.