Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](v3.0.1...v3.0.2) (2023-03-14)

### Bug Fixes

* mode deps updates ([0440f0f](0440f0f))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 0440f0f commit 3939802
Show file tree
Hide file tree
Showing 14 changed files with 2,095 additions and 163 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.2](https://github.com/matzehecht/koa-oas-router/compare/v3.0.1...v3.0.2) (2023-03-14)


### Bug Fixes

* mode deps updates ([0440f0f](https://github.com/matzehecht/koa-oas-router/commit/0440f0f24d987cf7ce2230cc68fea018e65ee673))

## [3.0.1](https://github.com/matzehecht/koa-oas-router/compare/v3.0.0...v3.0.1) (2021-05-13)


Expand Down
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
22 changes: 22 additions & 0 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
:root {
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--code-background: var(--dark-code-background);
}

pre, code { background: var(--code-background); }
58 changes: 58 additions & 0 deletions docs/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3939802

Please sign in to comment.