Skip to content

Commit 095fa2c

Browse files
committed
🔖(chore) bump release to 2.3.1
Security - Upgrade `merge` to version 1.2.1 in AWS lambda.
1 parent 6e64d65 commit 095fa2c

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [2.3.1] - 2019-03-06
12+
13+
### Security
14+
15+
- Upgrade `merge` to version 1.2.1 in AWS lambda.
16+
1117
## [2.3.0] - 2019-02-22
1218

1319
### Added
@@ -156,7 +162,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
156162

157163
- Minor fixes and improvements on features and tests
158164

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
160167
[2.3.0]: https://github.com/openfun/marsha/compare/v2.2.1...v2.3.0
161168
[2.2.1]: https://github.com/openfun/marsha/compare/v2.2.0...v2.2.1
162169
[2.2.0]: https://github.com/openfun/marsha/compare/v2.1.0...v2.2.0

src/aws/lambda-configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-configure",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"engines": {
66
"node": ">8.10"
77
},

src/aws/lambda-encode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-convert",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"engines": {
66
"node": ">8.10"
77
},

src/aws/lambda-update-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "France Université Numérique",
33
"name": "aws-marsha-update-state",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"engines": {
66
"node": ">8.10"
77
},

src/backend/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = marsha
33
description = A FUN video provider for Open edX
44
long_description = file:README.rst
5-
version = 2.3.0
5+
version = 2.3.1
66
author = Open FUN (France Universite Numerique)
77
author_email = [email protected]
88
license = MIT

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marsha",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "🐠 a FUN LTI video provider",
55
"main": "front/index.tsx",
66
"scripts": {

0 commit comments

Comments
 (0)