Skip to content

Commit b8338fc

Browse files
authored
Merge pull request #104 from PaulBayfield/release-please--branches--main--components--better-iut-rcc
chore(main): release 1.25.0
2 parents 74bbd91 + c095d25 commit b8338fc

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.24.0"
2+
".": "1.25.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.25.0](https://github.com/PaulBayfield/Better-IUT-RCC/compare/v1.24.0...v1.25.0) (2025-02-08)
4+
5+
6+
### Features
7+
8+
* Ajout de la "moyenne des compétences" ([cedceba](https://github.com/PaulBayfield/Better-IUT-RCC/commit/cedceba5587ac4f8c3ea1fed11d3d0c9b5ab093f))
9+
10+
11+
### Bug Fixes
12+
13+
* Suppression des matières n'ayant pas de coefficients ([e72079d](https://github.com/PaulBayfield/Better-IUT-RCC/commit/e72079d0296faa605f7decad4219235c2e2a3bb4))
14+
315
## [1.24.0](https://github.com/PaulBayfield/Better-IUT-RCC/compare/v1.23.3...v1.24.0) (2025-01-18)
416

517

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Better IUT RCC",
3-
"version": "1.24.0",
3+
"version": "1.25.0",
44
"manifest_version": 3,
55
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
66
"icons": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-iut-rcc",
3-
"version": "1.24.0",
3+
"version": "1.25.0",
44
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)