Skip to content

Commit

Permalink
Merge pull request #1108 from dahlia/0.10-maintenance
Browse files Browse the repository at this point in the history
Release 0.10.2 & fix #1098
  • Loading branch information
dahlia authored Nov 25, 2020
2 parents 8255e77 + fc1155b commit 88596ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/bin/dist-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
if [ "$publish_package" = "" ]; then
dry_run=--dry-run
else
dry_run=--dry-run
dry_run=
fi

set -x
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Libplanet changelog
===================

Version 0.10.2
-------------
--------------

To be released.
Released on November 25, 2020.

- Fixed `BlockChain<T>.Append()` method's bug that it had accepted
a `Block<T>` having more `Transactions` than the number specified by
Expand Down

0 comments on commit 88596ee

Please sign in to comment.