Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviodelgrosso committed Dec 14, 2024
1 parent 740cf43 commit c814d0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.1](https://github.com/flaviodelgrosso/fastify-api-gateway/compare/v1.0.0...v1.0.1) (2024-12-14)


### Features

* add middlewares registration check in gateway plugin ([cba01fc](https://github.com/flaviodelgrosso/fastify-api-gateway/commit/cba01fc3a233a450e3e23b2d018ce59dafd9520e))


### Bug Fixes

* **types:** reorder properties in FastifyApiGatewayOptions for consistency ([67723b9](https://github.com/flaviodelgrosso/fastify-api-gateway/commit/67723b9b6181a6931d512ed530bd906f84c3c3bc))
* update release script commands to use double dash for options ([740cf43](https://github.com/flaviodelgrosso/fastify-api-gateway/commit/740cf43bd36289df8e6934d3a8bf47e84fdc55f2))

## 1.0.0 (2024-12-14)

- Initial release
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": "fastify-api-gateway",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fastify API Gateway",
"author": "Flavio Del Grosso <[email protected]>",
"license": "ISC",
Expand Down

0 comments on commit c814d0b

Please sign in to comment.