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

Commit e0c1d36

Browse files
committed
Update changelog
1 parent c56590e commit e0c1d36

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

packages/cli/changelog.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,29 @@ 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+
## v2.5.1 - 2019-07-22
8+
9+
### Changed
10+
- `link` interactive command now installs an Ethereum Package with a caret by default. ([#1146](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1146))
11+
12+
### Fixed
13+
- Fixes error `Could not find dependency` when `link`ing Ethereum Packages published within an npm organization. ([#1138](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1138))
14+
- Removed incorrect prompt to deploy dependencies to the current network when they were already deployed. ([#1141](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1141))
15+
- `link` interactive command works properly on Windows. ([#1146](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1146))
16+
717
## v2.5.0 - 2019-07-19
818

919
### Changed
10-
- Rename `zos` package to `@openzeppelin/cli` ([#1077](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1077))
11-
- Rename `zos` command to `openzeppelin` ([#1074](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1074), [#1128](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1128))
12-
- Rename Project, Network, Session and Lock files ([#1040](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1040), [#1091](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1091))
13-
- Rename ZeppelinOS/zos text references ([#1077](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1077), [#1011](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1111), [#1129](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1129))
14-
- Add support to new `Zepkit` kits in `unpack` command ([#1078](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1078))
15-
- Rename compiler manager to `openzeppelin` ([#1097](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1097))
20+
- Rename `zos` package to `@openzeppelin/cli`. ([#1077](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1077))
21+
- Rename `zos` command to `openzeppelin`. ([#1074](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1074), [#1128](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1128))
22+
- Rename Project, Network, Session and Lock files. ([#1040](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1040), [#1091](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1091))
23+
- Rename ZeppelinOS/zos text references. ([#1077](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1077), [#1011](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1111), [#1129](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1129))
24+
- Add support to new `Zepkit` kits in `unpack` command. ([#1078](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1078))
25+
- Rename compiler manager to `openzeppelin`. ([#1097](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1097))
1626

1727
### Fixed
18-
- Use Array.isArray instead of deprecated `lodash.isarray` ([#1127](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1127))
19-
- Fix `set-admin` description format ([#1117](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1117))
28+
- Use Array.isArray instead of deprecated `lodash.isarray`. ([#1127](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1127))
29+
- Fix `set-admin` description format. ([#1117](https://github.com/OpenZeppelin/openzeppelin-sdk/pull/1117))
2030

2131
## v2.4.2 - 2019-07-18
2232

0 commit comments

Comments
 (0)