Skip to content

Commit

Permalink
Merge branch 'release/4.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Dec 3, 2022
2 parents 848a9b8 + c75fee6 commit 1dd0ab1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.0.2](https://github.com/allohamora/chepi-front/compare/v4.0.1...v4.0.2) (2022-12-03)

### Bug Fixes

- change API_URL in Dockerfile to correct ([21a21dd](https://github.com/allohamora/chepi-front/commits/21a21dd376744c69cabeeb539e71b12da74ca40b))

### [4.0.1](https://github.com/allohamora/chepi-front/compare/v4.0.0...v4.0.1) (2022-12-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN npm ci

COPY . .
ENV NODE_ENV production
ENV NEXT_PUBLIC_API_URL https://chepi-back-allohamora.cloud.okteto.net/
ENV NEXT_PUBLIC_API_URL https://chepi-back-allohamora.cloud.okteto.net/api/v1
RUN npm run build

EXPOSE 3000
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chepi-front",
"version": "4.0.1",
"version": "4.0.2",
"description": "front-end for chepi",
"author": "https://github.com/allohamora",
"private": true,
Expand Down

0 comments on commit 1dd0ab1

Please sign in to comment.