Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.1"}
{".":"0.0.2"}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [0.0.2](https://github.com/xseman/bun-openapi/compare/v0.0.1...v0.0.2) (2026-04-17)


### Features

* swagger config, examples and docs ([ef024ad](https://github.com/xseman/bun-openapi/commit/ef024ad7771959472169210c66ef0d8586e2a845))


### Bug Fixes

* **ci:** release ([8a64c24](https://github.com/xseman/bun-openapi/commit/8a64c24ab383b0d5a0b41cd368fce58f697774cd))
* **docs:** example links ([061b3a6](https://github.com/xseman/bun-openapi/commit/061b3a6ef3a8db93a2bb1b2c5c99946b6bfdd97a))


### Documentation

* add Swagger UI and Module Viewer images to README ([c282b0a](https://github.com/xseman/bun-openapi/commit/c282b0a4943a4713cc240c354c00a8d806d114a2))
* fix pagefind search ([d5c8a7e](https://github.com/xseman/bun-openapi/commit/d5c8a7e1591618c9f15871dd978a3a63b997251d))
* update examples & docs ([#3](https://github.com/xseman/bun-openapi/issues/3)) ([ccd0507](https://github.com/xseman/bun-openapi/commit/ccd0507e39a8ed4854d0090ec94780076b74f807))
* update examples and guides ([09e6c2b](https://github.com/xseman/bun-openapi/commit/09e6c2be78c5c5a9969774279417d62ca5b9cb50))
* update features and examples in README ([0abd20e](https://github.com/xseman/bun-openapi/commit/0abd20e26e824c284699541e115ac739e4b22008))
* update guides and add descriptions and metadata section ([a065e73](https://github.com/xseman/bun-openapi/commit/a065e7335f3715446b25dd24bc8c31ad7e1e58da))
* update module view ([afa5529](https://github.com/xseman/bun-openapi/commit/afa55290154d0c066a64592af94dbfc1a6e6d3a4))
* update scrollbar-gutter in base styles ([6f14739](https://github.com/xseman/bun-openapi/commit/6f1473925ca2f787254fcb9636921e9c6e1f59c3))
* update styles ([e850d1e](https://github.com/xseman/bun-openapi/commit/e850d1efcd8efc200a5a3df802c9a9eddab17402))
* update swagger-ui view ([652948e](https://github.com/xseman/bun-openapi/commit/652948e2e9a38b3ac902a8dacf7ef293ca7b03d8))


### Maintenance

* add condition to skip jobs on release branches ([a16d53b](https://github.com/xseman/bun-openapi/commit/a16d53bd98a438b1e40d33b518d7615fee16764a))
* **examples:** add example projects with package.json files ([09bde4f](https://github.com/xseman/bun-openapi/commit/09bde4ff5696641591466ae1f974f1a0e42c7ecd))
* fmt ([1a459c1](https://github.com/xseman/bun-openapi/commit/1a459c1dd157af4020f565dfdce0cb7c8585695e))

## [0.0.1](https://github.com/xseman/bun-openapi/compare/v0.0.1...v0.0.1) (2026-04-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bun-openapi",
"description": "Build OpenAPI-compliant REST APIs using TypeScript and Bun.serve()",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"license": "Apache-2.0",
"author": "Filip Seman <filip.seman@pm.me>",
"repository": {
Expand Down