Skip to content

Commit

Permalink
chore(release): 0.6.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.6](v0.6.5...v0.6.6) (2023-01-18)

### Bug Fixes

* avoid nullish coalescing operator ([2f98bc1](2f98bc1))
  • Loading branch information
semantic-release-bot committed Jan 18, 2023
1 parent 2f98bc1 commit 4b2b692
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.6.6](https://github.com/Tada5hi/rapiq/compare/v0.6.5...v0.6.6) (2023-01-18)


### Bug Fixes

* avoid nullish coalescing operator ([2f98bc1](https://github.com/Tada5hi/rapiq/commit/2f98bc18c5714732b4e234776f1a8b7aab372a71))

## [0.6.5](https://github.com/Tada5hi/rapiq/compare/v0.6.4...v0.6.5) (2023-01-18)


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.6.5",
"version": "0.6.6",
"description": "A tiny library which provides utility types/functions for request and response query handling.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 4b2b692

Please sign in to comment.