Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2023-12-26)

### Bug Fixes

* added failsafe mechanism which tries to correct wrong usage of url building ([f728ab6](f728ab6))
* also remove trailing slashes on service suffix and endpoint urls ([373f1bc](373f1bc))
* fixed cache, querying the server even if valid cache is present ([3975b16](3975b16))
  • Loading branch information
semantic-release-bot committed Dec 26, 2023
1 parent 76776ed commit 201e255
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.6.1](https://github.com/liquiddevelopmentnet/kaqi/compare/v1.6.0...v1.6.1) (2023-12-26)


### Bug Fixes

* added failsafe mechanism which tries to correct wrong usage of url building ([f728ab6](https://github.com/liquiddevelopmentnet/kaqi/commit/f728ab6222147ad4572db5983cc2cc45f33c27fb))
* also remove trailing slashes on service suffix and endpoint urls ([373f1bc](https://github.com/liquiddevelopmentnet/kaqi/commit/373f1bc2ba82ecbea18f4c317a2dd85d2d871625))
* fixed cache, querying the server even if valid cache is present ([3975b16](https://github.com/liquiddevelopmentnet/kaqi/commit/3975b166c4b3d14e95a2e06e82c3225b18eb0328))

# [1.6.0](https://github.com/liquiddevelopmentnet/kaqi/compare/v1.5.1...v1.6.0) (2023-12-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaqi",
"version": "1.6.0",
"version": "1.6.1",
"description": "A lightweight API wrapper framework utilizing axios",
"repository": "https://github.com/liquiddevelopmentnet/kaqi",
"author": "liquiddevelopmentnet",
Expand Down

0 comments on commit 201e255

Please sign in to comment.