Skip to content

Commit

Permalink
docs: roll v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Sep 25, 2022
1 parent c432de4 commit bb6600d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[1.8.2]: https://github.com/paulrberg/create-eth-app/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/paulrberg/create-eth-app/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/paulrberg/create-eth-app/compare/v1.7.4...v1.8.0
[1.7.4]: https://github.com/paulrberg/create-eth-app/compare/v1.7.3...v1.7.4
Expand All @@ -26,6 +27,20 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
[1.1.0]: https://github.com/paulrberg/create-eth-app/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/paulrberg/create-eth-app/releases/tag/v1.0.0

## [1.8.2] - 2022-09-16

### Added

- Add `ethers` as a dependency in React template (@jakvbs)

### Changed

- Upgrade `@usedapp/core` in React template (@jakvbs)

### Changed

- Change Infura API key (@paulrberg)

## [1.8.1] - 2022-09-16

### Changed
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.8.1",
"version": "1.8.2",
"bin": "./dist/index.js",
"bugs": {
"url": "https://github.com/paulrberg/create-eth-app/issues"
Expand Down

0 comments on commit bb6600d

Please sign in to comment.