From ef869ef775b059d9cd5cd386f3c338f483c29b53 Mon Sep 17 00:00:00 2001 From: Filip Seman Date: Fri, 17 Apr 2026 13:40:40 +0200 Subject: [PATCH] v0.0.2 --- .github/.release-manifest.json | 2 +- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/.github/.release-manifest.json b/.github/.release-manifest.json index d6732cb..83e73b1 100644 --- a/.github/.release-manifest.json +++ b/.github/.release-manifest.json @@ -1 +1 @@ -{".":"0.0.1"} +{".":"0.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1f687..43a5d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index f4693f5..4f59da2 100644 --- a/package.json +++ b/package.json @@ -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 ", "repository": {