Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
package: publish v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jun 21, 2023
1 parent 8fb452c commit dd00e96
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [v0.13.0](https://github.com/azurystudio/cheetah/releases/tag/v0.13.0)

- **Bug Fixes**

- The return type of the `jwt.verify` function has been corrected.

- **Revisions**

- cheetah now parses the headers of the incoming request to a JSON object by default, even if you don't specify a validation scheme for it.

## [v0.12.0](https://github.com/azurystudio/cheetah/releases/tag/v0.12.0)

- **New Features**
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ JavaScript framework, and _**~70% faster**_ than oak, the Express.js of Deno.
### Sneak Peek

```ts
import cheetah from 'https://deno.land/x/cheetah@v0.12.0/mod.ts'
import cheetah from 'https://deno.land/x/cheetah@v0.12.1/mod.ts'
import { serve } from 'https://deno.land/std@0.192.0/http/server.ts'

const app = new cheetah()
Expand Down

0 comments on commit dd00e96

Please sign in to comment.