From 0fabad5137c535f561fb6464daf61b68dc6120d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Mon, 4 May 2020 10:14:22 +0200 Subject: [PATCH] Release v0.1.0-beta.13 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1a659..09b4647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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) ### Fixed diff --git a/composer.json b/composer.json index 61082c0..6c97d6e 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "source": "https://github.com/flarum/markdown" }, "require": { - "flarum/core": "^0.1.0-beta.12" + "flarum/core": "^0.1.0-beta.13" }, "extra": { "branch-alias": {