Skip to content

Commit

Permalink
3.1.27-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanvicente committed Nov 14, 2024
1 parent 00f0e27 commit 5ace28f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

### [ita-challenges-frontend-3.1.27-RELEASE] (2024-11-14) (feature#479)

- Angular Bootstrap updated from 16.0.0 to 17.0.1

### [ita-challenges-frontend-3.1.26-RELEASE] (2024-11-14) (feature#475)

- Refactoring: Fixed wrong names of config vars
Expand Down
2 changes: 1 addition & 1 deletion conf/.env.CI.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MICROSERVICE_DEPLOY=ita-challenges-frontend
MICROSERVICE_VERSION=3.1.26-RELEASE
MICROSERVICE_VERSION=3.1.27-RELEASE
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ita-challenges-frontend",
"version": "3.1.26-RELEASE",
"version": "3.1.27-RELEASE",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.dev.json",
Expand Down

0 comments on commit 5ace28f

Please sign in to comment.