Skip to content

Commit e366d5d

Browse files
chore(release): 0.10.0 [skip ci]
# [0.10.0](v0.9.0...v0.10.0) (2024-12-23) ### Bug Fixes * upgrade wasm ([f964a70](f964a70)) ### Features * split packages ([7e43973](7e43973))
1 parent 4fef281 commit e366d5d

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.10.0](https://github.com/trust0-project/RIDB/compare/v0.9.0...v0.10.0) (2024-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade wasm ([f964a70](https://github.com/trust0-project/RIDB/commit/f964a7022dbc979a3be83e938a1b4df0cf43ab4a))
7+
8+
9+
### Features
10+
11+
* split packages ([7e43973](https://github.com/trust0-project/RIDB/commit/7e439730b1ae575b172f32428ea381429e11a1f4))
12+
113
# [0.10.0-rc.2](https://github.com/trust0-project/RIDB/compare/v0.10.0-rc.1...v0.10.0-rc.2) (2024-12-23)
214

315

docs/type-aliases/StartOptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ The type of the schema record.
107107
108108
## Defined in
109109

110-
[index.ts:154](https://github.com/trust0-project/RIDB/blob/f964a7022dbc979a3be83e938a1b4df0cf43ab4a/src/index.ts#L154)
110+
[index.ts:154](https://github.com/trust0-project/RIDB/blob/4fef281da10b105fc67cc4df20c81fa87000ec0b/src/index.ts#L154)

docs/variables/SchemaFieldType.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ An enumeration of schema field types.
3434
3535
## Defined in
3636

37-
[index.ts:292](https://github.com/trust0-project/RIDB/blob/f964a7022dbc979a3be83e938a1b4df0cf43ab4a/src/index.ts#L292)
37+
[index.ts:292](https://github.com/trust0-project/RIDB/blob/4fef281da10b105fc67cc4df20c81fa87000ec0b/src/index.ts#L292)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trust0/ridb",
3-
"version": "0.10.0-rc.2",
3+
"version": "0.10.0",
44
"description": "Dependency free wasm db encrypted and secure database wrapper for web and node.",
55
"main": "./build/cjs/index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)