Skip to content

Commit

Permalink
chore(release): 0.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.4](v0.2.3...v0.2.4) (2022-10-19)

### Bug Fixes

* add Date type as allowed simple key ([44fa46e](44fa46e))
  • Loading branch information
semantic-release-bot committed Oct 19, 2022
1 parent 84dc4f4 commit 4725ccb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.4](https://github.com/Tada5hi/rapiq/compare/v0.2.3...v0.2.4) (2022-10-19)


### Bug Fixes

* add Date type as allowed simple key ([44fa46e](https://github.com/Tada5hi/rapiq/commit/44fa46edb7c2f12a6fb6510e26eac7f291eebcf6))

## [0.2.3](https://github.com/Tada5hi/rapiq/compare/v0.2.2...v0.2.3) (2022-10-19)


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.3",
"version": "0.2.4",
"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 4725ccb

Please sign in to comment.