Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
## 1.0.0 (2022-07-16)

### Features

* init project ([52d53d7](52d53d7))

### Bug Fixes

* adjust example ([2c28c24](2c28c24))
* fix linting ([2c94312](2c94312))

### Miscellaneous Chores

* add conventional-changelog ([62c0433](62c0433))
* configure release-it ([18dd9fe](18dd9fe))
* fix .gitignore ([1700c62](1700c62))
* improve development with lint-staged and husky, change lint configuration ([282ff8e](282ff8e))
* pin dependencies ([e64ec18](e64ec18))
* set up codeql ([33b2abf](33b2abf))
* set up release-it ([0908056](0908056))
* setup commitlint ([3b82630](3b82630))
* setup github actions ([202fa0d](202fa0d))
* setup github actions ([6bdbc2f](6bdbc2f))
* setup renovate ([3c2819b](3c2819b))
  • Loading branch information
Krzysztof Rudowski committed Jul 16, 2022
1 parent 18dd9fe commit 5fe8263
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 1.0.0 (2022-07-16)

### Features

- init project ([52d53d7](https://github.com/rudi23/koa-joi-router-docs/commit/52d53d7f3c44a43dd20b7262ee7cdbdad3561e85))

### Bug Fixes

- adjust example ([2c28c24](https://github.com/rudi23/koa-joi-router-docs/commit/2c28c24f66ca3a4fad7d1e3211b35c0f704e2049))
- fix linting ([2c94312](https://github.com/rudi23/koa-joi-router-docs/commit/2c94312244b8e185c0d6c08dd9915ad0c1e5e200))

### Miscellaneous Chores

- add conventional-changelog ([62c0433](https://github.com/rudi23/koa-joi-router-docs/commit/62c0433b536e4948e6770728cf872271bc9fd36f))
- configure release-it ([18dd9fe](https://github.com/rudi23/koa-joi-router-docs/commit/18dd9fefea10a3071dc209f05c4e35166d20364f))
- fix .gitignore ([1700c62](https://github.com/rudi23/koa-joi-router-docs/commit/1700c62f8ec27bfe880d765537a1771d07f90f17))
- improve development with lint-staged and husky, change lint configuration ([282ff8e](https://github.com/rudi23/koa-joi-router-docs/commit/282ff8ececb2b9760cb5a2ccd137c7656569726e))
- pin dependencies ([e64ec18](https://github.com/rudi23/koa-joi-router-docs/commit/e64ec1854c41ca949bdf024701beb655bb909e3e))
- set up codeql ([33b2abf](https://github.com/rudi23/koa-joi-router-docs/commit/33b2abf4a6ebfedd796b36c11f4d630a1bfc1333))
- set up release-it ([0908056](https://github.com/rudi23/koa-joi-router-docs/commit/09080567d62251bd869d6ad904be8019d28a5b2e))
- setup commitlint ([3b82630](https://github.com/rudi23/koa-joi-router-docs/commit/3b82630ecdba884d728085011d3af1e218a0a87a))
- setup github actions ([202fa0d](https://github.com/rudi23/koa-joi-router-docs/commit/202fa0db3ba464c038abaf63b5e5165de65af86c))
- setup github actions ([6bdbc2f](https://github.com/rudi23/koa-joi-router-docs/commit/6bdbc2f57e6cd072e951b4635a9d61bcbd91ce27))
- setup renovate ([3c2819b](https://github.com/rudi23/koa-joi-router-docs/commit/3c2819be6faa72958160cc2a3ef8d3a1b800f7fa))
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudi23/koa-joi-router-docs",
"version": "0.0.1",
"version": "1.0.0",
"description": "OpenAPI(aka Swagger) API docs generator for koa-joi-router",
"keywords": [
"koa",
Expand Down

0 comments on commit 5fe8263

Please sign in to comment.