Skip to content

Commit

Permalink
v0.0.19 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston authored Aug 8, 2022
1 parent 01257d0 commit 9f9c0b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.0.19

- Bug Fix: quote query segments in generated types. See [#49](https://github.com/tatethurston/nextjs-routes/issues/49) for more context.
- Bug Fix: don't generate routes for non navigable routes (`_error`, `_app`, `_document`).

## 0.0.18

- `query` is now typed as `string | string[] | undefined` instead of `string | undefined`.
Expand Down
2 changes: 1 addition & 1 deletion public.package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-routes",
"version": "0.0.18",
"version": "0.0.19",
"description": "Type safe routing for Next.js",
"license": "MIT",
"author": "Tate <[email protected]>",
Expand Down

0 comments on commit 9f9c0b6

Please sign in to comment.