diff --git a/CHANGELOG.md b/CHANGELOG.md index b616a0f1..9c1fd305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,35 @@ 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). +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.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 +[1.7.3]: https://github.com/paulrberg/create-eth-app/compare/v1.7.2...v1.7.3 +[1.7.2]: https://github.com/paulrberg/create-eth-app/compare/v1.7.1...v1.7.2 +[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 +[1.6.3]: https://github.com/paulrberg/create-eth-app/compare/v1.6.2...v1.6.3 +[1.6.2]: https://github.com/paulrberg/create-eth-app/compare/v1.6.1...v1.6.2 +[1.6.1]: https://github.com/paulrberg/create-eth-app/compare/v1.5.0...v1.6.1 +[1.5.0]: https://github.com/paulrberg/create-eth-app/compare/v1.4.1...v1.5.0 +[1.4.1]: https://github.com/paulrberg/create-eth-app/compare/v1.4.0...v1.4.1 +[1.4.0]: https://github.com/paulrberg/create-eth-app/compare/v1.3.1...v1.4.0 +[1.3.1]: https://github.com/paulrberg/create-eth-app/compare/v1.3.0...v1.3.1 +[1.3.0]: https://github.com/paulrberg/create-eth-app/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/paulrberg/create-eth-app/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/paulrberg/create-eth-app/compare/v1.1.0...v1.1.1 +[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.1] - 2022-09-16 + +### Changed + +- Change Infura API key (@paulrberg) ## [1.8.0] - 2022-03-19 @@ -241,24 +268,3 @@ _This release was unpublished from npm due to a error in the `package.json` file - Initial release of the tool (@paulrberg) - The default template (@paulrberg) - -[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 -[1.7.3]: https://github.com/paulrberg/create-eth-app/compare/v1.7.2...v1.7.3 -[1.7.2]: https://github.com/paulrberg/create-eth-app/compare/v1.7.1...v1.7.2 -[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 -[1.6.3]: https://github.com/paulrberg/create-eth-app/compare/v1.6.2...v1.6.3 -[1.6.2]: https://github.com/paulrberg/create-eth-app/compare/v1.6.1...v1.6.2 -[1.6.1]: https://github.com/paulrberg/create-eth-app/compare/v1.5.0...v1.6.1 -[1.5.0]: https://github.com/paulrberg/create-eth-app/compare/v1.4.1...v1.5.0 -[1.4.1]: https://github.com/paulrberg/create-eth-app/compare/v1.4.0...v1.4.1 -[1.4.0]: https://github.com/paulrberg/create-eth-app/compare/v1.3.1...v1.4.0 -[1.3.1]: https://github.com/paulrberg/create-eth-app/compare/v1.3.0...v1.3.1 -[1.3.0]: https://github.com/paulrberg/create-eth-app/compare/v1.2.0...v1.3.0 -[1.2.0]: https://github.com/paulrberg/create-eth-app/compare/v1.1.1...v1.2.0 -[1.1.1]: https://github.com/paulrberg/create-eth-app/compare/v1.1.0...v1.1.1 -[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 diff --git a/package.json b/package.json index 59205033..3f107144 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.8.0", + "version": "1.8.1", "bin": "./dist/index.js", "bugs": { "url": "https://github.com/paulrberg/create-eth-app/issues"