File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 2.3.1] - 2019-03-06
12
+
13
+ ### Security
14
+
15
+ - Upgrade ` merge ` to version 1.2.1 in AWS lambda.
16
+
11
17
## [ 2.3.0] - 2019-02-22
12
18
13
19
### Added
@@ -156,7 +162,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
156
162
157
163
- Minor fixes and improvements on features and tests
158
164
159
- [ unreleased ] : https://github.com/openfun/marsha/compare/v2.3.0...master
165
+ [ unreleased ] : https://github.com/openfun/marsha/compare/v2.3.1...master
166
+ [ 2.3.1 ] : https://github.com/openfun/marsha/compare/v2.3.0...v2.3.1
160
167
[ 2.3.0 ] : https://github.com/openfun/marsha/compare/v2.2.1...v2.3.0
161
168
[ 2.2.1 ] : https://github.com/openfun/marsha/compare/v2.2.0...v2.2.1
162
169
[ 2.2.0 ] : https://github.com/openfun/marsha/compare/v2.1.0...v2.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"author" : " France Université Numérique" ,
3
3
"name" : " aws-marsha-configure" ,
4
- "version" : " 2.3.0 " ,
4
+ "version" : " 2.3.1 " ,
5
5
"engines" : {
6
6
"node" : " >8.10"
7
7
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"author" : " France Université Numérique" ,
3
3
"name" : " aws-marsha-convert" ,
4
- "version" : " 2.3.0 " ,
4
+ "version" : " 2.3.1 " ,
5
5
"engines" : {
6
6
"node" : " >8.10"
7
7
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"author" : " France Université Numérique" ,
3
3
"name" : " aws-marsha-update-state" ,
4
- "version" : " 2.3.0 " ,
4
+ "version" : " 2.3.1 " ,
5
5
"engines" : {
6
6
"node" : " >8.10"
7
7
},
Original file line number Diff line number Diff line change 2
2
name = marsha
3
3
description = A FUN video provider for Open edX
4
4
long_description = file:README.rst
5
- version = 2.3.0
5
+ version = 2.3.1
6
6
author = Open FUN (France Universite Numerique)
7
7
8
8
license = MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " marsha" ,
3
- "version" : " 2.3.0 " ,
3
+ "version" : " 2.3.1 " ,
4
4
"description" : " 🐠 a FUN LTI video provider" ,
5
5
"main" : " front/index.tsx" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments