From 5e228b15aeaf6e99f6ee449232b1f09a99fb269a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Jan 2025 19:08:06 +0000 Subject: [PATCH] chore(release): 1.1.4 [skip ci] ## @trust0/ridb-level [1.1.4](https://github.com/trust0-project/RIDB/compare/@trust0/ridb-level@1.1.3...@trust0/ridb-level@1.1.4) (2025-01-26) ### Bug Fixes * add basic limit + offset queryOptions implementation in count and find methods ([cb1dab6](https://github.com/trust0-project/RIDB/commit/cb1dab6b6103048496fddc166ad8b0165a3f47cf)) ### Miscellaneous Chores * **release:** 1.1.4-rc.1 [skip ci] ([74f58dd](https://github.com/trust0-project/RIDB/commit/74f58ddfbc13eb1c845d8b36bef5c5af62320cbf)) ### Dependencies * **@trust0/ridb:** upgraded to 1.2.3 --- packages/ridb-level/CHANGELOG.md | 15 +++++++++++++++ packages/ridb-level/package.json | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/packages/ridb-level/CHANGELOG.md b/packages/ridb-level/CHANGELOG.md index 5ffca3d..7edcd60 100644 --- a/packages/ridb-level/CHANGELOG.md +++ b/packages/ridb-level/CHANGELOG.md @@ -1,3 +1,18 @@ +## @trust0/ridb-level [1.1.4](https://github.com/trust0-project/RIDB/compare/@trust0/ridb-level@1.1.3...@trust0/ridb-level@1.1.4) (2025-01-26) + +### Bug Fixes + +* add basic limit + offset queryOptions implementation in count and find methods ([cb1dab6](https://github.com/trust0-project/RIDB/commit/cb1dab6b6103048496fddc166ad8b0165a3f47cf)) + +### Miscellaneous Chores + +* **release:** 1.1.4-rc.1 [skip ci] ([74f58dd](https://github.com/trust0-project/RIDB/commit/74f58ddfbc13eb1c845d8b36bef5c5af62320cbf)) + + +### Dependencies + +* **@trust0/ridb:** upgraded to 1.2.3 + ## @trust0/ridb-level [1.1.4-rc.1](https://github.com/trust0-project/RIDB/compare/@trust0/ridb-level@1.1.3...@trust0/ridb-level@1.1.4-rc.1) (2025-01-26) diff --git a/packages/ridb-level/package.json b/packages/ridb-level/package.json index 8d7b402..f651926 100644 --- a/packages/ridb-level/package.json +++ b/packages/ridb-level/package.json @@ -1,6 +1,6 @@ { "name": "@trust0/ridb-level", - "version": "1.1.4-rc.1", + "version": "1.1.4", "description": "Level DB storage for @trust0/ridb", "main": "./build/index.js", "types": "./build/index.d.ts", @@ -57,14 +57,14 @@ "vite-plugin-wasm": "^3.3.0", "vitest": "^1.6.0", "webdriverio": "^9.7.1", - "@trust0/ridb": "1.2.3-rc.1", + "@trust0/ridb": "1.2.3", "vite": "^5.4.12", "classic-level": "^2.0.0", "@trust0/ridb-testing": "^0.0.1" }, "peerDependencies": { "classic-level": "^2.0.0", - "@trust0/ridb": "1.2.3-rc.1" + "@trust0/ridb": "1.2.3" }, "optionalDependencies": { "@esbuild/darwin-arm64": "0.15.18",