Skip to content

Commit

Permalink
chore(release): 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Aug 31, 2023
1 parent 4335b05 commit cc3ab5b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.5.2](https://github.com/gemstation/gemforge/compare/v1.5.1...v1.5.2) (2023-08-31)


### Bug Fixes

* avoid race conditions when fetching nonce ([77d5707](https://github.com/gemstation/gemforge/commit/77d5707623b237eeb01f9b09aed2fa8483e3d533))
* parallel facet deployment sometimes failing ([4335b05](https://github.com/gemstation/gemforge/commit/4335b0530e9ddfb9111681c58fa5245696cfe452))

### [1.5.1](https://github.com/gemstation/gemforge/compare/v1.5.0...v1.5.1) (2023-08-31)

## [1.5.0](https://github.com/gemstation/gemforge/compare/v1.4.2...v1.5.0) (2023-08-31)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemforge",
"version": "1.5.1",
"version": "1.5.2",
"description": "Command-line tool for building, deploying and upgrading Diamond Standard contracts on EVM chains.",
"bin": {
"gemforge": "./bin/gemforge.js"
Expand Down

0 comments on commit cc3ab5b

Please sign in to comment.