Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Jan 10, 2023
1 parent dc5b5c1 commit 8eb9ea7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

### Unreleased

### 0.2.3 - 2023-01-09

### Fixed

- Fixed an issue when using multiple output objects with
different types - now the output types are combined
with a union type to allow multiple different outputs.

### 0.2.2 - 2023-01-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/next-rest-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-rest-framework",
"version": "0.2.2",
"version": "0.2.3",
"description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js",
"keywords": [
"nextjs",
Expand Down

1 comment on commit 8eb9ea7

@vercel
Copy link

@vercel vercel bot commented on 8eb9ea7 Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.