diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2b228..d63b862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,3 +25,10 @@ - :recycle: Cleanup directory structure - :heavy_plus_sign: Avoid using env specific syntax in npm scripts - changes PWA display +## [1.1.1] - 2020-04-09 +### Fixed +- :wrench: Fix parcel-plugin-sw-cache configuration +### Added +- :pencil: add CONTRIBUTORS +### Changes +- :pencil: change LICENCE ( #16 ) diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..a02fe4f --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,20 @@ +Ce générateur d'attestation de déplacement dérogatoire a été mis en place dans le cadre du confinement lié à la pandémie du virus COVID-19 de 2020. +Ce service repose sur l'utilisation initale du projet covid-19-certificate de Johann Pardanaud . +Il a été enrichi par l'incubateur du ministère de l'intérieur : le LAB-MI . + +La liste qui suit mentionne les différents participants ayant contribué à rendre ce service utile à la fois à la population et aux forces de l'ordre : + + Johann Pardanaud (https://github.com/nesk) + Philippe Bron (https://github.com/PhilippeBron) + Cristian (https://github.com/cristianpb) + Stanislas Ormières (https://github.com/laruiss) + Caroline Robillard (https://github.com/Carolinedanslesnuages) + Joel Pagniez (https://github.com/JoelPagniez) + Sophie GUERLAIS + Philippe (https://github.com/pli01) + Matthieu Bacconnier (https://github.com/Neamar) + Hugo Cartigny (https://github.com/BlueskyFR) + Sébastien Touzé (https://github.com/SebastienTouze) + John Livingston (https://github.com/JohnXLivingston) + David Libeau (https://github.com/DavidLibeau) + Arnaud Delafosse (https://github.com/ArnaudDelafosse) diff --git a/LICENCE b/LICENCE index 8686f87..960c3de 100644 --- a/LICENCE +++ b/LICENCE @@ -1,4 +1,5 @@ -Copyright (c) Ministère de l'intérieur +Copyright (c) 2020 Ministère de l'intérieur +Copyright (c) 2020 Johann Pardanaud Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 8026ef5..caae57e 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "strategy": "default", "clearDist": false, "templatedURLs": { - "/": ["index.html"] + "./": ["index.html"] } } }