Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2024-09-19)

### 🐛 Correction

- [#59](#59) Ne pas définir la taille du conteneur lorsqu'on scale une review app

### 🏗️ Tech

- [#63](#63) Ajouter le workflow de release
- [#64](#64) Mettre à jour la branche pour le workflow de release
- [#60](#60) Migrer le code en ESM

### ⬆️ Montée de version

- [#62](#62) Lock file maintenance
- [#47](#47) Update dependency chai to v5 (dossier racine)
- [#52](#52) Update dependency nyc to v17 (dossier racine)
- [#50](#50) Update dependency sinon to v18 (dossier racine)
  • Loading branch information
semantic-release-bot committed Sep 19, 2024
1 parent 8bb65b1 commit 1cb8674
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## [2.1.1](https://github.com/1024pix/scalingo-review-app-manager/compare/v2.1.0...v2.1.1) (2024-09-19)

### :bug: Correction

- [#59](https://github.com/1024pix/scalingo-review-app-manager/pull/59) Ne pas définir la taille du conteneur lorsqu'on scale une review app

### :building_construction: Tech

- [#63](https://github.com/1024pix/scalingo-review-app-manager/pull/63) Ajouter le workflow de release
- [#64](https://github.com/1024pix/scalingo-review-app-manager/pull/64) Mettre à jour la branche pour le workflow de release
- [#60](https://github.com/1024pix/scalingo-review-app-manager/pull/60) Migrer le code en ESM

### :arrow_up: Montée de version

- [#62](https://github.com/1024pix/scalingo-review-app-manager/pull/62) Lock file maintenance
- [#47](https://github.com/1024pix/scalingo-review-app-manager/pull/47) Update dependency chai to v5 (dossier racine)
- [#52](https://github.com/1024pix/scalingo-review-app-manager/pull/52) Update dependency nyc to v17 (dossier racine)
- [#50](https://github.com/1024pix/scalingo-review-app-manager/pull/50) Update dependency sinon to v18 (dossier racine)
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": "@1024pix/scalingo-review-app-manager",
"version": "2.1.0",
"version": "2.1.1",
"description": "Utility tool that helps managing Scalingo review apps the economic way",
"license": "AGPL-3.0",
"author": "Jérémy Buget",
Expand Down

0 comments on commit 1cb8674

Please sign in to comment.