Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostyle committed Oct 23, 2024
1 parent 93316f3 commit ee189fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.3.1](https://github.com/paolostyle/hono-zod-openapi/compare/v0.3.0...v0.3.1) (2024-10-22)


### Features

* prepare JSR support ([88d889d](https://github.com/paolostyle/hono-zod-openapi/commit/88d889dbdf4ab8246ccdf1f15dd5230a06b1e7af))


### Bug Fixes

* biome config ([acd1eec](https://github.com/paolostyle/hono-zod-openapi/commit/acd1eecdb882f10bc0b003ce86639d99baee08b0))
* jsr to deno in versionrc ([53c7ab1](https://github.com/paolostyle/hono-zod-openapi/commit/53c7ab1e7709b943fefcd655d5e75ac0cff0edbe))

## [0.3.0](https://github.com/paolostyle/hono-zod-openapi/compare/v0.2.1...v0.3.0) (2024-10-11)


Expand Down
6 changes: 4 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paolostyle/hono-zod-openapi",
"version": "0.3.0",
"version": "0.3.1",
"exports": "./src/index.ts",
"publish": {
"include": [
Expand All @@ -10,7 +10,9 @@
"README.md",
"CHANGELOG.md"
],
"exclude": ["src/**/*.test.ts"]
"exclude": [
"src/**/*.test.ts"
]
},
"imports": {
"@hono/zod-validator": "npm:@hono/zod-validator@^0.4.1",
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": "hono-zod-openapi",
"version": "0.3.0",
"version": "0.3.1",
"description": "Alternative Hono middleware for creating OpenAPI documentation from Zod schemas",
"author": "Paweł Dąbrowski <[email protected]>",
"homepage": "https://github.com/paolostyle/hono-zod-openapi#readme",
Expand Down

0 comments on commit ee189fd

Please sign in to comment.