diff --git a/CHANGELOG.md b/CHANGELOG.md index 3477bf46..d26c3d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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.3] - 2021-12-27 +## [1.7.4] - 2021-12-27 + +### Fixed + +- IPFS script in package.json in React app. + +## [1.7.3] - 2021-12-27 [YANKED] ### Fixed @@ -222,6 +228,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.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 diff --git a/handlebars/react/packages/react-app/package.json.hbs b/handlebars/react/packages/react-app/package.json.hbs index dee62aaa..e8b2e3aa 100644 --- a/handlebars/react/packages/react-app/package.json.hbs +++ b/handlebars/react/packages/react-app/package.json.hbs @@ -51,7 +51,7 @@ "scripts": { "build": "react-scripts build", "eject": "react-scripts eject", - "ipfs": "yarn build && node scripts/ipfs.js", + "ipfs": "yarn build && ipfs-deploy build/", "start": "react-scripts start", "test": "react-scripts test" } diff --git a/package.json b/package.json index 83127659..60d15395 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.3", + "version": "1.7.4", "bin": "./dist/index.js", "bugs": { "url": "https://github.com/paulrberg/create-eth-app/issues"