Skip to content

Commit

Permalink
chore(release): 0.2.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.6](v0.2.5...v0.2.6) (2022-10-20)

### Bug Fixes

* applying default fields with alias ([177f5cd](177f5cd))
* length comparision for key with alias ([0ebf707](0ebf707))
  • Loading branch information
semantic-release-bot committed Oct 20, 2022
1 parent 0ebf707 commit e38de51
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.2.6](https://github.com/Tada5hi/rapiq/compare/v0.2.5...v0.2.6) (2022-10-20)


### Bug Fixes

* applying default fields with alias ([177f5cd](https://github.com/Tada5hi/rapiq/commit/177f5cd1cd25d63388bcddad173341811eb05f2c))
* length comparision for key with alias ([0ebf707](https://github.com/Tada5hi/rapiq/commit/0ebf7071369e4b6297213ecfbb95c4fa89fa3171))

## [0.2.5](https://github.com/Tada5hi/rapiq/compare/v0.2.4...v0.2.5) (2022-10-20)


Expand Down
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": "rapiq",
"version": "0.2.5",
"version": "0.2.6",
"description": "A tiny library which provides utility types/functions for request and response query handling.",
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit e38de51

Please sign in to comment.