Skip to content

Commit

Permalink
chore(release): 0.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.10.1](v0.10.0...v0.10.1) (2024-12-23)

### Bug Fixes

* improve documentation ([8537f21](8537f21))
  • Loading branch information
semantic-release-bot committed Dec 23, 2024
1 parent 8537f21 commit 15e4482
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.10.1](https://github.com/trust0-project/RIDB/compare/v0.10.0...v0.10.1) (2024-12-23)


### Bug Fixes

* improve documentation ([8537f21](https://github.com/trust0-project/RIDB/commit/8537f217cf50f4758a5e2596a96d15f48892806f))

# [0.10.0](https://github.com/trust0-project/RIDB/compare/v0.9.0...v0.10.0) (2024-12-23)


Expand Down
2 changes: 1 addition & 1 deletion docs/type-aliases/StartOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ The type of the schema record.
## Defined in

[index.ts:154](https://github.com/trust0-project/RIDB/blob/4fef281da10b105fc67cc4df20c81fa87000ec0b/src/index.ts#L154)
[index.ts:154](https://github.com/trust0-project/RIDB/blob/8537f217cf50f4758a5e2596a96d15f48892806f/src/index.ts#L154)
2 changes: 1 addition & 1 deletion docs/variables/SchemaFieldType.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ An enumeration of schema field types.
## Defined in

[index.ts:292](https://github.com/trust0-project/RIDB/blob/4fef281da10b105fc67cc4df20c81fa87000ec0b/src/index.ts#L292)
[index.ts:292](https://github.com/trust0-project/RIDB/blob/8537f217cf50f4758a5e2596a96d15f48892806f/src/index.ts#L292)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trust0/ridb",
"version": "0.10.0",
"version": "0.10.1",
"description": "Dependency free wasm db encrypted and secure database wrapper for web and node.",
"main": "./build/cjs/index.js",
"publishConfig": {
Expand Down

0 comments on commit 15e4482

Please sign in to comment.