Skip to content

Commit bf88869

Browse files
chore(release): 4.10.8 [skip ci]
## [4.10.8](4.10.7...4.10.8) (2022-03-24) ### Bug Fixes * sensitive keyword detection may produce false positives ([#7883](#7883)) ([d347613](d347613))
1 parent d347613 commit bf88869

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.10.8](https://github.com/parse-community/parse-server/compare/4.10.7...4.10.8) (2022-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* sensitive keyword detection may produce false positives ([#7883](https://github.com/parse-community/parse-server/issues/7883)) ([d347613](https://github.com/parse-community/parse-server/commit/d34761369e3ad8358ef28abf3a3ec99467f1a958))
7+
18
## [4.10.7](https://github.com/parse-community/parse-server/compare/4.10.6...4.10.7) (2022-03-11)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "parse-server",
3-
"version": "4.10.7",
3+
"version": "4.10.8",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)