Skip to content

Commit

Permalink
chore(release): bump 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 30, 2023
1 parent 05759f6 commit 6e1566c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .infra/env.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ env_type=production
backup_partition_name=bal
backup_cron=true
reverse_proxy_version=1.3.0
app_version=1.4.2
app_version=1.5.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.5.0](https://github.com/mission-apprentissage/bal/compare/v1.4.2...v1.5.0) (2023-03-30)


### Features

* ajout swagger ([#19](https://github.com/mission-apprentissage/bal/issues/19)) ([05759f6](https://github.com/mission-apprentissage/bal/commit/05759f6c65e1769e840e24613cfd05485af49bf5))
* gestion d'utilisateur ([#16](https://github.com/mission-apprentissage/bal/issues/16)) ([4c61b19](https://github.com/mission-apprentissage/bal/commit/4c61b19c7d7c7a6e5d1cda6efa32d1226b1acd45))

## [1.4.2](https://github.com/mission-apprentissage/bal/compare/v1.4.1...v1.4.2) (2023-03-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mna-bal",
"description": "[MNA] BAL",
"repository": "https://github.com/mission-apprentissage/bal.git",
"version": "1.4.2",
"version": "1.5.0",
"author": "MNA",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.4.2",
"version": "1.5.0",
"description": "[MNA] bal server",
"repository": "https://github.com/mission-apprentissage/bal.git",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "1.4.2",
"version": "1.5.0",
"main": "./index.ts",
"types": "./index.ts",
"author": "mna",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.4.2",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_VERSION=$npm_package_version next dev",
Expand Down

0 comments on commit 6e1566c

Please sign in to comment.