Skip to content

Commit

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

### Features

* added `@CacheFor` decorator to cache results for a certain amount of time ([51e403c](51e403c))
* added `@Query` path decorators for url query data ([23030ca](23030ca))
  • Loading branch information
semantic-release-bot committed Dec 24, 2023
1 parent 46e8103 commit 1e05bcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.6.0](https://github.com/liquiddevelopmentnet/kaqi/compare/v1.5.1...v1.6.0) (2023-12-24)


### Features

* added `@CacheFor` decorator to cache results for a certain amount of time ([51e403c](https://github.com/liquiddevelopmentnet/kaqi/commit/51e403c1cad22c504c1d49d0de48a86434f5920b))
* added `@Query` path decorators for url query data ([23030ca](https://github.com/liquiddevelopmentnet/kaqi/commit/23030caf52a179ae19a02ba0d08fcda6686e2107))

## [1.5.1](https://github.com/liquiddevelopmentnet/kaqi/compare/v1.5.0...v1.5.1) (2023-12-16)


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.5.1",
"version": "1.6.0",
"description": "A lightweight API wrapper framework utilizing axios",
"repository": "https://github.com/liquiddevelopmentnet/kaqi",
"author": "liquiddevelopmentnet",
Expand Down

0 comments on commit 1e05bcc

Please sign in to comment.