Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Nov 10, 2023
1 parent cc35c80 commit 0ec63a2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [v0.57.10](https://github.com/serlo/api.serlo.org/compare/v0.57.9..v0.57.10) - November 10, 2023

### Fixed

- enmeshed: Do not set surname and given name on init

## [v0.57.9](https://github.com/serlo/api.serlo.org/compare/v0.57.8..v0.57.9) - November 10, 2023

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.57.9"
"version": "0.57.10"
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/api.serlo.org",
"version": "0.57.9",
"version": "0.57.10",
"private": true,
"repository": "serlo/api.serlo.org",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions scripts/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,11 @@ async function exec(): Promise<void> {
'enmeshed: Do not set name outside of user journey',
],
},
{
tagName: 'v0.57.10',
date: '2023-11-10',
fixed: ['enmeshed: Do not set surname and given name on init'],
},
],
})

Expand Down

0 comments on commit 0ec63a2

Please sign in to comment.