Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 86af30f

Browse files
committed
v1.4.1
1 parent 1db18ad commit 86af30f

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

examples/lib-complex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos-lib-complex-example",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": true,
55
"description": "Example of using the upgradeability-lib's App",
66
"main": "index.js",
@@ -22,7 +22,7 @@
2222
"openzeppelin-solidity": "~1.10.0",
2323
"openzeppelin-zos": "~1.9.1",
2424
"truffle": "^4.1.13",
25-
"zos-lib": "^1.4.0"
25+
"zos-lib": "^1.4.1"
2626
},
2727
"devDependencies": {
2828
"babel-polyfill": "^6.23.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"examples/*",
44
"packages/*"
55
],
6-
"version": "1.4.0",
6+
"version": "1.4.1",
77
"command": {
88
"publish": {
99
"ignoreChanges": [

packages/cli/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## v1.4.1
8+
9+
### Fixed
10+
11+
- CLI failed to exit process when using `HDWalletProvider` ([#20](https://github.com/zeppelinos/zos/issues/20))
12+
713
## v1.4.0
814

915
### Added

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "ZeppelinOS command line interface",
55
"main": "lib/index.js",
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"truffle-core": "^4.1.13",
4444
"truffle-flattener": "github:alcuadrado/truffle-flattener#master",
4545
"truffle-workflow-compile": "^1.0.6",
46-
"zos-lib": "^1.4.0"
46+
"zos-lib": "^1.4.1"
4747
},
4848
"devDependencies": {
4949
"babel-cli": "^6.26.0",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos-docs",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "Documentation site for ZeppelinOS",
55
"private": true,
66
"main": "index.js",

packages/lib/changelog.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## v1.4.1 - 2018-08-22
88

99
### Fixed
10-
- Promisify remaining web3 synchronous function calls
10+
- Fix critical error when running `push` with an `HDWalletProvider` ([#23](https://github.com/zeppelinos/zos/issues/23))
11+
- Retry transactions up to 3 times upon "nonce too low" errors ([#334](https://github.com/zeppelinos/zos-cli/issues/334))
1112

12-
## [1.4.0] - 2018-08-14
13+
## v1.4.0 - 2018-08-14
1314

1415
### Changed
1516
- Contract deployments and transactions are executed with an estimate of the gas needed, instead of using the network default ([#211](https://github.com/zeppelinos/zos-lib/pull/211))
@@ -18,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1819
### Fixed
1920
- Mark truffle-config as a prod dependency
2021

21-
## [1.3.0] - 2018-07-13
22+
## v1.3.0 - 2018-07-13
2223

2324
### Added
2425
- Support custom Truffle build directories
@@ -40,17 +41,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4041
- Fix freezable directory unset implementation method
4142
- Fix `AdminUpgradeabilityProxy` shadowing issues
4243

43-
## [1.2.1] - 2018-06-29
44+
## v1.2.1 - 2018-06-29
4445

4546
### Fix
4647
- Fix `App` wrapper hasStdlib function
4748

48-
## [1.2.0] - 2018-06-29
49+
## v1.2.0 - 2018-06-29
4950

5051
### Added
5152
- Allow customising sync timeout in truffle-wrapped contracts
5253

53-
## [1.1.0] - 2018-06-28
54+
## v1.1.0 - 2018-06-28
5455

5556
### Added
5657
- New functions to work with directories with `FileSystem`

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zos-lib",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "ZeppelinOS library",
55
"scripts": {
66
"test": "scripts/test.sh",

0 commit comments

Comments
 (0)