diff --git a/.gitignore b/.gitignore index 806e7fa..4e270bd 100644 --- a/.gitignore +++ b/.gitignore @@ -72,7 +72,6 @@ typings/ .yarn-integrity # dotenv environment variables file -.env .env.test # parcel-bundler cache (https://parceljs.org/) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7ad8d..e2a1009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2021-06-17 + +### Fixed + +- Missing .env file in frontend project + ## [1.1.0] - 2021-06-17 ### Changed @@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Backend service that provides an endpoint that fetches t9 word predictions based on a 10000 English words dictionary. - Global commands to handle both application, frontend and backend. -[Unreleased]: https://github.com/mbustosp/kiwi-challenge/compare/v1.1.0...HEAD -[1.1.0]: https://github.com/mbustosp/kiwi-challenge/compare/v1.1.0...v1.1.0 -[1.0.0]: https://github.com/mbustosp/kiwi-challenge/compare/v1.1.0...v1.0.0 +[Unreleased]: https://github.com/mbustosp/kiwi-challenge/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/mbustosp/kiwi-challenge/compare/v1.1.0...v1.1.1 +[1.1.0]: https://github.com/mbustosp/kiwi-challenge/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/mbustosp/kiwi-challenge/compare/v1.0.0...v1.0.0 diff --git a/frontend/.env b/frontend/.env new file mode 100644 index 0000000..953c93a --- /dev/null +++ b/frontend/.env @@ -0,0 +1 @@ +REACT_APP_T9_API_URL=http://localhost:3001/