Skip to content

Commit 67a1da8

Browse files
authored
⚡ Release 2.4.1 (#3845)
1 parent b5a2042 commit 67a1da8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Parse Server Changelog
22

3+
### 2.4.1
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.0...2.4.1)
5+
6+
#### Bug fixes:
7+
* Fixes issue affecting relation updates ([#3835](https://github.com/parse-community/parse-server/pull/3835), [#3836](https://github.com/parse-community/parse-server/pull/3836)), thanks to [Florent Vilmart](https://github.com/flovilmart)
8+
* Fixes issue affecting sending push notifications, thanks to [Felipe Andrade](https://github.com/felipemobile)
9+
* Session are always cleared when updating the passwords ([#3289](https://github.com/parse-community/parse-server/pull/3289), [#3821](https://github.com/parse-community/parse-server/pull/3821), thanks to [Florent Vilmart](https://github.com/flovilmart)
10+
11+
#### Dependency Updates:
12+
* [[email protected]](https://www.npmjs.com/package/body-parser)
13+
* [[email protected]](https://www.npmjs.com/package/pg-promise)
14+
* [[email protected]](https://www.npmjs.com/package/ws)
15+
16+
317
### 2.4.0
418
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.8...2.4.0)
519

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": "2.4.0",
3+
"version": "2.4.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)