mirror of
https://github.com/flarum/core.git
synced 2025-07-09 19:06:23 +02:00
remove author, updated deps
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.1.0-beta.12](https://github.com/flarum/markdown/compare/v0.1.0-beta.10...v0.1.0-beta.12)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Mentions could be seen within spoiler blocks (#13)
|
||||||
|
|
||||||
## [0.1.0-beta.10](https://github.com/flarum/markdown/compare/v0.1.0-beta.9...v0.1.0-beta.10)
|
## [0.1.0-beta.10](https://github.com/flarum/markdown/compare/v0.1.0-beta.9...v0.1.0-beta.10)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -4,18 +4,12 @@
|
|||||||
"type": "flarum-extension",
|
"type": "flarum-extension",
|
||||||
"keywords": ["formatting"],
|
"keywords": ["formatting"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Toby Zerner",
|
|
||||||
"email": "toby.zerner@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/flarum/core/issues",
|
"issues": "https://github.com/flarum/core/issues",
|
||||||
"source": "https://github.com/flarum/markdown"
|
"source": "https://github.com/flarum/markdown"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^0.1.0-beta.10"
|
"flarum/core": "^0.1.0-beta.12"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
Reference in New Issue
Block a user