Skip to content

Commit

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

### Bug Fixes

* add data structure and validation for QueryOptions ([89f65b7](89f65b7))
* improve examples [skip ci] ([de6651e](de6651e))

### Miscellaneous Chores

* **release:** 1.2.3-rc.1 [skip ci] ([4eb2bb1](4eb2bb1))

### Dependencies

* **@trust0/ridb-core:** upgraded to 1.3.0
  • Loading branch information
semantic-release-bot committed Jan 26, 2025
1 parent 38c95b7 commit ec0f9ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/ridb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @trust0/ridb [1.2.3](https://github.com/trust0-project/RIDB/compare/@trust0/[email protected]...@trust0/[email protected]) (2025-01-26)

### Bug Fixes

* add data structure and validation for QueryOptions ([89f65b7](https://github.com/trust0-project/RIDB/commit/89f65b7b34fddaf203159e29f4a2348d1e48f79a))
* improve examples [skip ci] ([de6651e](https://github.com/trust0-project/RIDB/commit/de6651e3d03fe56240a0c87afca46e5b894248d3))

### Miscellaneous Chores

* **release:** 1.2.3-rc.1 [skip ci] ([4eb2bb1](https://github.com/trust0-project/RIDB/commit/4eb2bb15d4ba6341ae619e48706241688e78ed56))


### Dependencies

* **@trust0/ridb-core:** upgraded to 1.3.0

## @trust0/ridb [1.2.3-rc.1](https://github.com/trust0-project/RIDB/compare/@trust0/[email protected]...@trust0/[email protected]) (2025-01-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/ridb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trust0/ridb",
"version": "1.2.3-rc.1",
"version": "1.2.3",
"description": "Lightweight db encrypted and secure database wrapper for browser and nodejs",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.2",
"@trust0/ridb-testing": "^0.0.1",
"@trust0/ridb-core": "1.3.0-rc.1",
"@trust0/ridb-core": "1.3.0",
"@types/node": "^20.14.2",
"@vitest/browser": "^1.6.0",
"@vitest/coverage-istanbul": "^1.6.0",
Expand Down

0 comments on commit ec0f9ce

Please sign in to comment.