Skip to content

Commit

Permalink
[RELEASE] v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 16, 2024
1 parent 9018e44 commit 4dbbd86
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 4.0.0

## TASK

- 7c02d8c [TASK] Update CI
- cc85356 [TASK] Add set support
- 879107d [TASK] Reflect codeEditor langauge based on selection
- 5924324 [TASK] Make v13 compatible

## BUGFIX

- 9018e44 [BUGFIX] Drop 13@dev from ci
- 4349017 [BUGFIX] Make ckeditor config v12 and v13 compatible

## Contributors

- Benjamin Kott

# 3.0.0

## TASK
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"web-dir": ".build/public"
},
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "4.0.x-dev"
}
}
}

0 comments on commit 4dbbd86

Please sign in to comment.