Skip to content

Commit

Permalink
docs: roll v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Sep 20, 2021
1 parent 5bb796e commit fa2d277
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 @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.1] - 2021-09-20

### Fixed

- Pin version of `url-exist` dependency to 2.0.2 to fix [#162](https:/paulrberg/create-eth-app/issues/162)
- Types for `update-check`

## [1.7.0] - 2021-09-14

### Added
Expand Down Expand Up @@ -203,6 +210,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of the tool
- The default template

[1.7.1]: https:/paulrberg/create-eth-app/compare/v1.7.0...v1.7.1
[1.7.0]: https:/paulrberg/create-eth-app/compare/v1.6.5...v1.7.0
[1.6.5]: https:/paulrberg/create-eth-app/compare/v1.6.4...v1.6.5
[1.6.4]: https:/paulrberg/create-eth-app/compare/v1.6.3...v1.6.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-eth-app",
"description": "Create Ethereum-powered apps with one command",
"version": "1.7.0",
"version": "1.7.1",
"bin": "./dist/index.js",
"bugs": {
"url": "https:/paulrberg/create-eth-app/issues"
Expand Down

0 comments on commit fa2d277

Please sign in to comment.