Skip to content

Commit

Permalink
Prepare releases (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jul 28, 2023
1 parent fffcdc5 commit fed23ea
Show file tree
Hide file tree
Showing 9 changed files with 3,395 additions and 3,404 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.0.2 - 2023-MM-DD
## 1.0.2 - 2023-07-28

### Changed

Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node.js binding to the IOTA SDK library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions bindings/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.0.2 - 2023-MM-DD
## 1.0.2 - 2023-07-28

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

### Fixed

- Runtime serializtion error of `BigInt` when working with native token amounts;
- Runtime serialization error of `BigInt` when working with native token amounts;

## 1.0.1 - 2023-07-25

Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/sdk-wasm",
"version": "1.0.1",
"version": "1.0.2",
"description": "WebAssembly bindings for the IOTA SDK library",
"repository": {
"type": "git",
Expand Down
6,777 changes: 3,381 additions & 3,396 deletions bindings/wasm/yarn.lock

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.0.2 - 2023-07-28

### Changed

- Bump `iota_stronghold` dependency to `2.0.0`;

## 1.0.1 - 2023-07-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota-sdk"
version = "1.0.1"
version = "1.0.2"
authors = ["IOTA Stiftung"]
edition = "2021"
description = "The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs."
Expand Down
1 change: 0 additions & 1 deletion sdk/README.md

This file was deleted.

1 change: 1 addition & 0 deletions sdk/README.md

0 comments on commit fed23ea

Please sign in to comment.