Skip to content

Commit

Permalink
Update package.json version(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 27, 2024
1 parent 4edadeb commit 119088f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.

This file was deleted.

12 changes: 12 additions & 0 deletions packages/bs-ethereum/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cityofzion/bs-ethereum",
"entries": [
{
"version": "1.0.2",
"tag": "@cityofzion/bs-ethereum_v1.0.2",
"date": "Tue, 27 Feb 2024 20:29:09 GMT",
"comments": {
"patch": [
{
"comment": "Remove the mining wait in the transfer method to avoid long promises that take time to resolve."
}
]
}
},
{
"version": "1.0.1",
"tag": "@cityofzion/bs-ethereum_v1.0.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/bs-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cityofzion/bs-ethereum

This log was last generated on Thu, 22 Feb 2024 16:49:56 GMT and should not be manually modified.
This log was last generated on Tue, 27 Feb 2024 20:29:09 GMT and should not be manually modified.

## 1.0.2
Tue, 27 Feb 2024 20:29:09 GMT

### Patches

- Remove the mining wait in the transfer method to avoid long promises that take time to resolve.

## 1.0.1
Thu, 22 Feb 2024 16:49:56 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/bs-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/bs-ethereum",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/CityOfZion/blockchain-services",
Expand Down

0 comments on commit 119088f

Please sign in to comment.