Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit d3612db

Browse files
committed
docs: roll v1.7.2
1 parent 127d516 commit d3612db

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

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

8+
## [1.7.2] - 2021-11-21
9+
10+
### Fixed
11+
12+
- Include "gitignore" file in dist bundle (see [#175](https://github.com/paulrberg/create-eth-app/issues/175))
13+
814
## [1.7.1] - 2021-09-20
915

1016
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-eth-app",
33
"description": "Create Ethereum-powered apps with one command",
4-
"version": "1.7.1",
4+
"version": "1.7.2",
55
"bin": "./dist/index.js",
66
"bugs": {
77
"url": "https://github.com/paulrberg/create-eth-app/issues"

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6744,10 +6744,12 @@ fsevents@^2.3.2:
67446744
languageName: node
67456745
linkType: hard
67466746

6747-
"is-url-superb@npm:^5.0.0":
6748-
version: 5.0.0
6749-
resolution: "is-url-superb@npm:5.0.0"
6750-
checksum: dbd6f7da8ac7eb95582d9534db43cdee60f9a2cf8b9eac5f14a20e7c13bc08681a1061b0ee03cf63a0811bb464f64389c49474263860011a41d32b398f7905a5
6747+
"is-url-superb@npm:^3.0.0":
6748+
version: 3.0.0
6749+
resolution: "is-url-superb@npm:3.0.0"
6750+
dependencies:
6751+
url-regex: ^5.0.0
6752+
checksum: 5d1f9a945327b997fbfb3aafa18ccefe81b7a60b7101cd84d6fbd7321da738a45fb29447fa68de64324003d32bb1fbcb54cb68ee0f458c6fd4b5982feca70f9a
67516753
languageName: node
67526754
linkType: hard
67536755

0 commit comments

Comments
 (0)