Skip to content

Commit

Permalink
chore(main): release apihero 0.1.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto authored May 10, 2024
1 parent 811e2b5 commit 6aa0fde
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.0.1" }
{".":"0.1.0"}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [0.1.0](https://github.com/Mokto/apihero/compare/apihero-v0.0.1...apihero-v0.1.0) (2024-05-10)


### Features

* added markdown to the exported library ([705b8a7](https://github.com/Mokto/apihero/commit/705b8a73874a1e85a04871b0d010555fe0941c0c))
* empty state ([9cc74c4](https://github.com/Mokto/apihero/commit/9cc74c4a7f549b9949fadafa7d6ec040ae674f3d))
* improved design ([5dd7966](https://github.com/Mokto/apihero/commit/5dd79663a8672255d5202339b985d97255e8f9a1))
* markdoc ([fb83cb5](https://github.com/Mokto/apihero/commit/fb83cb57d10001f6c275966a05cac66d846c1b78))
* save data into a libsql database ([4a5e2c1](https://github.com/Mokto/apihero/commit/4a5e2c115df5a36d3e244825b68a2052f1c5c113))
* support mobile size ([553ceb6](https://github.com/Mokto/apihero/commit/553ceb6bb34a0b4985c108d1af08700887e30bc5))
* supports a favicon & a meta title ([9c27190](https://github.com/Mokto/apihero/commit/9c27190b3045ee3c1cba630aeafad72de5fbbe2a))
* supports connecting to turso ([2b4b141](https://github.com/Mokto/apihero/commit/2b4b141db264ec0faca8521da5a3e4b889a1d10e))
* supports deprecated & more boolean property details ([42e35ad](https://github.com/Mokto/apihero/commit/42e35ad464bdd1d915fa4804f2874592c2b89602))
* webhooks support ([2a839d3](https://github.com/Mokto/apihero/commit/2a839d3d5da3a03707b68af39a925816f51de076))


### Bug Fixes

* added db to gitignore ([40df3af](https://github.com/Mokto/apihero/commit/40df3af380dc0f97b32c60909962739cb8fd2369))
* few design & ux issues ([d466721](https://github.com/Mokto/apihero/commit/d46672117af2872e28bef796dd85647999e40bfc))
* navigation ([b8bdc50](https://github.com/Mokto/apihero/commit/b8bdc50b574f2f348fae2c189ea43d723785ef56))
* navigation issues ([286ef36](https://github.com/Mokto/apihero/commit/286ef369464ec96c1fe48ffd6099cc170f749e9c))
* operation not found 500 ([7f75953](https://github.com/Mokto/apihero/commit/7f759539ca35ce23c5d616775562facf944187e6))
* removed autogenerated db ([98bd30b](https://github.com/Mokto/apihero/commit/98bd30b777ff071ab9f24b9cd22357d7f95f49e1))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apihero",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 6aa0fde

Please sign in to comment.