1
0
mirror of https://github.com/flarum/core.git synced 2025-07-26 19:20:21 +02:00

Release v0.1.0-beta.13

This commit is contained in:
Daniël Klabbers
2020-05-04 10:34:34 +02:00
parent 494ec8b8a6
commit 910ca68ccd
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## [0.1.0-beta.13](https://github.com/flarum/lock/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Updated JS dependencies
- Using new model extenders
### Fixed
- Fix mentioning a post from a deleted user ()
## [0.1.0-beta.10](https://github.com/flarum/mentions/compare/v0.1.0-beta.9...v0.1.0-beta.10) ## [0.1.0-beta.10](https://github.com/flarum/mentions/compare/v0.1.0-beta.9...v0.1.0-beta.10)
### Fixed ### Fixed

View File

@@ -9,7 +9,7 @@
"source": "https://github.com/flarum/mentions" "source": "https://github.com/flarum/mentions"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.12" "flarum/core": "^0.1.0-beta.13"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {