Skip to content

Commit

Permalink
chore(release): 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## @trust0/ridb-level [1.1.4](https://github.com/trust0-project/RIDB/compare/@trust0/[email protected]...@trust0/[email protected]) (2025-01-26)

### Bug Fixes

* add basic limit + offset queryOptions implementation in count and find methods ([cb1dab6](cb1dab6))

### Miscellaneous Chores

* **release:** 1.1.4-rc.1 [skip ci] ([74f58dd](74f58dd))

### Dependencies

* **@trust0/ridb:** upgraded to 1.2.3
  • Loading branch information
semantic-release-bot committed Jan 26, 2025
1 parent ec0f9ce commit 5e228b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packages/ridb-level/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @trust0/ridb-level [1.1.4](https://github.com/trust0-project/RIDB/compare/@trust0/[email protected]...@trust0/[email protected]) (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/[email protected]...@trust0/[email protected]) (2025-01-26)


Expand Down
6 changes: 3 additions & 3 deletions packages/ridb-level/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5e228b1

Please sign in to comment.