Skip to content

Commit

Permalink
release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Dec 4, 2024
1 parent e505fcb commit 0f93963
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.13.0] - 2024-12-04

### Added:

- RS-543: Support conditional query, [PR-97](https://github.com/reductstore/reduct-js/pull/97)
Expand Down Expand Up @@ -280,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/reduct-storage/reduct-js/compare/v1.12.0...HEAD
[Unreleased]: https://github.com/reduct-storage/reduct-js/compare/v1.13.0...HEAD
[1.13.0]: https://github.com/reduct-storage/reduct-js/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/reduct-storage/reduct-js/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/reduct-storage/reduct-js/compare/v1.10.1...v1.11.0
[1.10.1]: https://github.com/reduct-storage/reduct-js/compare/v1.10.0...v1.10.1
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": "reduct-js",
"version": "1.12.0",
"version": "1.13.0",
"description": "ReductStore Client SDK for Javascript/NodeJS/Typescript",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 0f93963

Please sign in to comment.