Skip to content

Commit

Permalink
docs: roll v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Nov 21, 2021
1 parent 127d516 commit d3612db
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.2] - 2021-11-21

### Fixed

- Include "gitignore" file in dist bundle (see [#175](https://github.com/paulrberg/create-eth-app/issues/175))

## [1.7.1] - 2021-09-20

### Fixed
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.1",
"version": "1.7.2",
"bin": "./dist/index.js",
"bugs": {
"url": "https://github.com/paulrberg/create-eth-app/issues"
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6744,10 +6744,12 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"is-url-superb@npm:^5.0.0":
version: 5.0.0
resolution: "is-url-superb@npm:5.0.0"
checksum: dbd6f7da8ac7eb95582d9534db43cdee60f9a2cf8b9eac5f14a20e7c13bc08681a1061b0ee03cf63a0811bb464f64389c49474263860011a41d32b398f7905a5
"is-url-superb@npm:^3.0.0":
version: 3.0.0
resolution: "is-url-superb@npm:3.0.0"
dependencies:
url-regex: ^5.0.0
checksum: 5d1f9a945327b997fbfb3aafa18ccefe81b7a60b7101cd84d6fbd7321da738a45fb29447fa68de64324003d32bb1fbcb54cb68ee0f458c6fd4b5982feca70f9a
languageName: node
linkType: hard

Expand Down

0 comments on commit d3612db

Please sign in to comment.