Skip to content

Commit

Permalink
chore(main): release better-iut-rcc 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 7, 2024
1 parent 367ddea commit 4ba2292
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.1"
".": "1.1.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

## [1.1.0](https://github.com/PaulBayfield/Better-IUT-RCC/compare/better-iut-rcc-v1.0.1...better-iut-rcc-v1.1.0) (2024-04-07)


### Features

* Ajout de la compatibilité avec Firefox ([71a947a](https://github.com/PaulBayfield/Better-IUT-RCC/commit/71a947a20749b70bd6248713d41203131ed604ba))
* Ajout de la configuration de devcontainer ([0760cea](https://github.com/PaulBayfield/Better-IUT-RCC/commit/0760ceae0f75017618ee85b7a3bb02fec09fc8f3))
* Ajout du bouton de sauvegarde des notes ([4c46693](https://github.com/PaulBayfield/Better-IUT-RCC/commit/4c46693d3f5b9f5684509829282ed19749ba5bfd))
* Ajout du bouton pour demander les permissions ([6f28e83](https://github.com/PaulBayfield/Better-IUT-RCC/commit/6f28e83fd8c75eb8aaa2cb18fa6f7b34282933ab))
* Ajout du système de cache ([4dc38bd](https://github.com/PaulBayfield/Better-IUT-RCC/commit/4dc38bd75121a5e29202f6afd64a24eb2f0791d1))
* Build automatisé du .zip et documentation dans le README ([43dc67e](https://github.com/PaulBayfield/Better-IUT-RCC/commit/43dc67e861d3767b4f25f2836c0b19eb1d67c182))
* Compatibilité avec firefox android ([6aaf2b8](https://github.com/PaulBayfield/Better-IUT-RCC/commit/6aaf2b8dc3f1e0f4deb9d09bbfdf2325c04fb6b5))
* Modification du bouton "reset" ([2d5e052](https://github.com/PaulBayfield/Better-IUT-RCC/commit/2d5e052dfb3a3dd6864d50d8dfd3291ef985d3c3))
* Modification du README ([367ddea](https://github.com/PaulBayfield/Better-IUT-RCC/commit/367ddea819a3a1ebea33c75a9d136e7fbcb11c8e))
* Modification du style du bouton d'autorisation dans la pop up ([2821199](https://github.com/PaulBayfield/Better-IUT-RCC/commit/2821199a7399518d82c4c9fd2169fccc671cc60e))
* Utilisation de npm, webpack et ajout de miaounotes ([fcfd8eb](https://github.com/PaulBayfield/Better-IUT-RCC/commit/fcfd8ebcddc2bb195708a011e67d546d2e80ad0b))


### Bug Fixes

* Fix d'un bug qui survient lors du premier démarrage ([217e34e](https://github.com/PaulBayfield/Better-IUT-RCC/commit/217e34e1012fbdd864c08fe3e0fe66618b546c43))
* host permissions dans le manifest ([2bc3c3a](https://github.com/PaulBayfield/Better-IUT-RCC/commit/2bc3c3a56dddb79976fd9590124fc3e3211bec08))
* Importation du script de la popup ([0199761](https://github.com/PaulBayfield/Better-IUT-RCC/commit/0199761a67d4344d4e2789eed0bd2ee3bfc2fead))
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Better IUT RCC",
"version": "1.0.1",
"version": "1.1.0",
"manifest_version": 3,
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
"icons": {
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": "better-iut-rcc",
"version": "1.0.1",
"version": "1.1.0",
"description": "Calculez vos moyennes sur l'intranet de l'IUT RCC.",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 4ba2292

Please sign in to comment.