Skip to content

Commit

Permalink
Version Packages (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
supertong and github-actions[bot] authored Jun 1, 2020
1 parent 287f903 commit b7c322a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-baboons-march.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thirty-forks-love.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# koa-oas3

## 0.19.0

### Minor Changes

- 978b610: Adds options for querystring parsing for validation.

This allows individuals to specify options for how incoming query strings should be parsed (such as for array structures). By default it maintains the existing option of parsing commas as a delimiter for entries in an array parameter. For more info on how to inject different options see README.md

### Patch Changes

- 287f903: Fix compiling error during build

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-oas3",
"version": "0.18.0",
"version": "0.19.0",
"main": "lib/index.js",
"types": "lib/index.d.js",
"author": "<tli@atlassian.com>",
Expand Down

0 comments on commit b7c322a

Please sign in to comment.