1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Release v0.1.0-beta.13

This commit is contained in:
Daniël Klabbers
2020-05-04 10:14:22 +02:00
parent e454704153
commit fa5f01eb10
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# 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
### Fixed
- Fixed not hiding other html entities than mentions (#14)
## [0.1.0-beta.12](https://github.com/flarum/markdown/compare/v0.1.0-beta.10...v0.1.0-beta.12) ## [0.1.0-beta.12](https://github.com/flarum/markdown/compare/v0.1.0-beta.10...v0.1.0-beta.12)
### Fixed ### Fixed

View File

@@ -9,7 +9,7 @@
"source": "https://github.com/flarum/markdown" "source": "https://github.com/flarum/markdown"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.12" "flarum/core": "^0.1.0-beta.13"
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {