Automated Release v1.1.1
Please find changes in CHANGELOG.md file
This commit is contained in:
parent
8269a46d3a
commit
594eaa85c8
|
@ -25,3 +25,10 @@
|
||||||
- :recycle: Cleanup directory structure
|
- :recycle: Cleanup directory structure
|
||||||
- :heavy_plus_sign: Avoid using env specific syntax in npm scripts
|
- :heavy_plus_sign: Avoid using env specific syntax in npm scripts
|
||||||
- changes PWA display
|
- 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 )
|
||||||
|
|
|
@ -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 <https://github.com/nesk/covid-19-certificate> de Johann Pardanaud <https://github.com/nesk>.
|
||||||
|
Il a été enrichi par l'incubateur du ministère de l'intérieur : le LAB-MI <https://beta.interieur.gouv.fr>.
|
||||||
|
|
||||||
|
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)
|
3
LICENCE
3
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -73,6 +73,6 @@
|
||||||
"strategy": "default",
|
"strategy": "default",
|
||||||
"clearDist": false,
|
"clearDist": false,
|
||||||
"templatedURLs": {
|
"templatedURLs": {
|
||||||
"/": ["index.html"]
|
"./": ["index.html"]
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue