Skip to content

Commit

Permalink
Merge pull request #167 from ElrondNetwork/fix-release-workflow
Browse files Browse the repository at this point in the history
Prepare version 10.0.0-beta.2.
  • Loading branch information
andreibancioiu authored Mar 25, 2022
2 parents 012f3ea + c4c43c5 commit 7214620
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erdjs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "" >> notes.txt
RELEASE_TAG=v$(node -p "require('./package.json').version")
gh release create $RELEASE_TAG --title="$RELEASE_TAG" --generate-notes --notes-file=notes.txt
gh release create $RELEASE_TAG --target=$GITHUB_SHA --title="$RELEASE_TAG" --generate-notes --notes-file=notes.txt
- run: npm ci
- run: npm test
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## Unreleased
- TBD

## [10.0.0]
## [10.0.0-beta.2]
- [Hardcode class names for classes within erdjs' typesystem.](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/165)

## [10.0.0-beta.1]
- [Breaking changes: improve contract interactions and interpretation of contract results](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/159)

**Breaking changes**
Expand Down Expand Up @@ -37,6 +40,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Added utility function `OptionalValue.newMissing()`. Added "fake" covariance wrt. "null type parameter" (when value is missing) on `OptionalType`.
- Added utility functions (typed value factories): `createListOfAddresses`, `createListOfTokenIdentifiers`.

## [9.2.4]
- [Hardcode class names for classes within erdjs' typesystem.](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/164)

## [9.2.3]
- [Fix log level in transaction watcher.](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/160)

Expand Down
2 changes: 1 addition & 1 deletion 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": "@elrondnetwork/erdjs",
"version": "10.0.0-beta.1",
"version": "10.0.0-beta.2",
"description": "Smart Contracts interaction framework",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down

0 comments on commit 7214620

Please sign in to comment.