Skip to content

Commit

Permalink
chore(release): version 1.94.2
Browse files Browse the repository at this point in the history
## [1.94.2](v1.94.1...v1.94.2) (2022-04-21)

### Bug Fixes

* **security:** add sanitizer, sanitize name and email before returning ([#577](#577)) ([31027e5](31027e5))
  • Loading branch information
SocialGroovyBot committed Apr 21, 2022
1 parent 31027e5 commit 2fd888e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.94.2](https://github.com/SocialGouv/mano/compare/v1.94.1...v1.94.2) (2022-04-21)


### Bug Fixes

* **security:** add sanitizer, sanitize name and email before returning ([#577](https://github.com/SocialGouv/mano/issues/577)) ([31027e5](https://github.com/SocialGouv/mano/commit/31027e5a749a83877a28bb50c0712fa5d3b3a60c))

## [1.94.1](https://github.com/SocialGouv/mano/compare/v1.94.0...v1.94.1) (2022-04-14)


Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api_mano",
"version": "1.94.1",
"version": "1.94.2",
"mobileAppVersion": "2.18.1",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.94.1",
"version": "1.94.2",
"private": true,
"dependencies": {
"@babel/runtime": "^7.14.5",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate",
"version": "1.94.1",
"version": "1.94.2",
"mobileAppVersion": "2.18.1",
"private": true,
"engines": {
Expand Down

0 comments on commit 2fd888e

Please sign in to comment.