Skip to content

Commit

Permalink
bump v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreJeanjacquot committed Jul 25, 2022
1 parent f266e83 commit 4e5ea10
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [7.2.1] 2022-07-25

## Changed

- TypeScript fixes

## [7.2.0] 2022-07-05

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iexec",
"version": "7.2.0",
"version": "7.2.1",
"description": "iExec SDK",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/browser/package-lock.json

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

2 changes: 1 addition & 1 deletion test/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser",
"version": "7.2.0",
"version": "7.2.1",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 4e5ea10

Please sign in to comment.