From 838ae2e0cb386fa11894cf9cdc18a3633d95bffc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 15:07:11 +0800 Subject: [PATCH] chore(main): release 0.1.1 (#4) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..9aa5a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9725662..5a9e6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/hbstack/swagger-ui/compare/v0.1.0...v0.1.1) (2024-06-23) + + +### Styles 🎨 + +* tweak table style on dark mode ([#3](https://github.com/hbstack/swagger-ui/issues/3)) ([8f6619a](https://github.com/hbstack/swagger-ui/commit/8f6619a227a87663ce943120098798804eca7c1b)) + ## [0.1.0](https://github.com/hbstack/swagger-ui/compare/v0.0.1...v0.1.0) (2024-06-20)