From fa2d2771f264a4767ed8617b07e89285d9c24159 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 20 Sep 2021 18:45:54 -0400 Subject: [PATCH] docs: roll v1.7.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b128720..2c87b9e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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://github.com/paulrberg/create-eth-app/issues/162) +- Types for `update-check` + ## [1.7.0] - 2021-09-14 ### Added @@ -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://github.com/paulrberg/create-eth-app/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/paulrberg/create-eth-app/compare/v1.6.5...v1.7.0 [1.6.5]: https://github.com/paulrberg/create-eth-app/compare/v1.6.4...v1.6.5 [1.6.4]: https://github.com/paulrberg/create-eth-app/compare/v1.6.3...v1.6.4 diff --git a/package.json b/package.json index 38568d26..7cb4cfe9 100644 --- a/package.json +++ b/package.json @@ -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://github.com/paulrberg/create-eth-app/issues"