File tree 4 files changed +15
-3
lines changed
4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
13
# [ 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)
2
14
3
15
Original file line number Diff line number Diff line change @@ -107,4 +107,4 @@ The type of the schema record.
107
107
108
108
## Defined in
109
109
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 )
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ An enumeration of schema field types.
34
34
35
35
## Defined in
36
36
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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @trust0/ridb" ,
3
- "version" : " 0.10.0-rc.2 " ,
3
+ "version" : " 0.10.0" ,
4
4
"description" : " Dependency free wasm db encrypted and secure database wrapper for web and node." ,
5
5
"main" : " ./build/cjs/index.js" ,
6
6
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments