Skip to content

Commit

Permalink
Release 1.1.1 (#18)
Browse files Browse the repository at this point in the history
* Adds missing env file
  • Loading branch information
mbustosp committed Jun 17, 2021
1 parent ece3f94 commit 530fd83
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 1 addition & 0 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_T9_API_URL=http://localhost:3001/

0 comments on commit 530fd83

Please sign in to comment.