Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 4, 2022
1 parent 7698279 commit 2d8bf05
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.2.3](https://github.com/masa-finance/masa-sdk/compare/v0.2.2...v0.2.3)

> 4 November 2022
- update docs [`d2b043b`](https://github.com/masa-finance/masa-sdk/commit/d2b043b6c78b86f80f3ad9639079c9815109ae46)
- fix 2fa contract loading [`1d5db87`](https://github.com/masa-finance/masa-sdk/commit/1d5db873f24c6bf8c99c9e724af674d538b05011)
- fix logging [`f182622`](https://github.com/masa-finance/masa-sdk/commit/f182622bdbfefd456d6deec2a26a26fb65fd990b)

#### [v0.2.2](https://github.com/masa-finance/masa-sdk/compare/v0.2.1...v0.2.2)

> 3 November 2022
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
@@ -1,5 +1,5 @@
# Masa SDK
- v0.2.2 / [Exports](modules.md)
- v0.2.3 / [Exports](modules.md)

---

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/ContractService.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / ContractService
- v0.2.3](../README.md) / [Exports](../modules.md) / ContractService

# Class: ContractService

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/Masa.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / Masa
- v0.2.3](../README.md) / [Exports](../modules.md) / Masa

# Class: Masa

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MasaClient.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / MasaClient
- v0.2.3](../README.md) / [Exports](../modules.md) / MasaClient

# Class: MasaClient

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Addresses.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / Addresses
- v0.2.3](../README.md) / [Exports](../modules.md) / Addresses

# Interface: Addresses

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Attribute.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / Attribute
- v0.2.3](../README.md) / [Exports](../modules.md) / Attribute

# Interface: Attribute

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ICreditReport.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / ICreditReport
- v0.2.3](../README.md) / [Exports](../modules.md) / ICreditReport

# Interface: ICreditReport

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IIdentity.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / IIdentity
- v0.2.3](../README.md) / [Exports](../modules.md) / IIdentity

# Interface: IIdentity

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IIdentityContracts.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / IIdentityContracts
- v0.2.3](../README.md) / [Exports](../modules.md) / IIdentityContracts

# Interface: IIdentityContracts

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ISoulName.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / ISoulName
- v0.2.3](../README.md) / [Exports](../modules.md) / ISoulName

# Interface: ISoulName

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/LoadContractArgs.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / LoadContractArgs
- v0.2.3](../README.md) / [Exports](../modules.md) / LoadContractArgs

# Interface: LoadContractArgs

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaArgs.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / MasaArgs
- v0.2.3](../README.md) / [Exports](../modules.md) / MasaArgs

# Interface: MasaArgs

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaConfig.md
@@ -1,5 +1,5 @@
[# Masa SDK
- v0.2.2](../README.md) / [Exports](../modules.md) / MasaConfig
- v0.2.3](../README.md) / [Exports](../modules.md) / MasaConfig

# Interface: MasaConfig

Expand Down
4 changes: 2 additions & 2 deletions docs/modules.md
@@ -1,8 +1,8 @@
[# Masa SDK
- v0.2.2](README.md) / Exports
- v0.2.3](README.md) / Exports

# # Masa SDK
- v0.2.2
- v0.2.3

## Table of contents

Expand Down

0 comments on commit 2d8bf05

Please sign in to comment.