Skip to content

Commit

Permalink
Merge pull request #40 from Coobaha/release-v0.6.0
Browse files Browse the repository at this point in the history
chore: release 0.6.0
  • Loading branch information
Coobaha authored Jan 4, 2022
2 parents 85d3053 + ba1fe29 commit 0235e81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.6.0](https://www.github.com/Coobaha/typed-fastify/compare/v0.5.0...v0.6.0) (2022-01-04)


### ⚠ BREAKING CHANGES

* empty response type should now be typed as never instead of void

### Features

* add typed params inferred from route path ([613ef14](https://www.github.com/Coobaha/typed-fastify/commit/613ef143f0a741be9456057c1a70877678184d2f))


### Bug Fixes

* bump deps ([51019ff](https://www.github.com/Coobaha/typed-fastify/commit/51019ffc1d57e362f3e07cc48bf3df8d50f0b742))
* fix code after deps bump ([6440479](https://www.github.com/Coobaha/typed-fastify/commit/64404796f3ba28a407e120e903398dac979d8e64))

## [0.5.0](https://www.github.com/Coobaha/typed-fastify/compare/v0.4.0...v0.5.0) (2021-07-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coobaha/typed-fastify",
"description": "opinionated types for fastify",
"version": "0.5.0",
"version": "0.6.0",
"bin": {
"typed-fastify-schema": "bin/gen.bin.js",
"tfs": "bin/gen.bin.js"
Expand Down

0 comments on commit 0235e81

Please sign in to comment.