Skip to content

Commit

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

### Bug Fixes

* removed minimatch + replaced babel with esbuild for transpiling ([3b6744d](3b6744d))
  • Loading branch information
semantic-release-bot committed Jan 18, 2023
1 parent f67f13a commit 0168e7d
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.5](https://github.com/Tada5hi/rapiq/compare/v0.6.4...v0.6.5) (2023-01-18)


### Bug Fixes

* removed minimatch + replaced babel with esbuild for transpiling ([3b6744d](https://github.com/Tada5hi/rapiq/commit/3b6744db4d7808633cb326ab4adf0a1e6bb5b870))

## [0.6.4](https://github.com/Tada5hi/rapiq/compare/v0.6.3...v0.6.4) (2023-01-17)


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.4",
"version": "0.6.5",
"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 0168e7d

Please sign in to comment.