Skip to content

Commit

Permalink
chore(release): 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.1](v0.3.0...v0.3.1) (2022-10-22)

### Bug Fixes

* cleanup types + support more filter input values ([1c0e59f](1c0e59f))
  • Loading branch information
semantic-release-bot committed Oct 22, 2022
1 parent 5b775f9 commit 7127529
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.3.1](https://github.com/Tada5hi/rapiq/compare/v0.3.0...v0.3.1) (2022-10-22)


### Bug Fixes

* cleanup types + support more filter input values ([1c0e59f](https://github.com/Tada5hi/rapiq/commit/1c0e59f4981b1b2ce6b2d671f670243486719142))

# [0.3.0](https://github.com/Tada5hi/rapiq/compare/v0.2.9...v0.3.0) (2022-10-21)


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.3.0",
"version": "0.3.1",
"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 7127529

Please sign in to comment.