1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

Release v1.1.0

This commit is contained in:
Alexander Skvortsov
2021-10-11 21:05:20 -04:00
parent 66065a33e8
commit 126b457604
3 changed files with 602 additions and 612 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [1.1.0](https://github.com/flarum/emoji/compare/v1.0.0...v1.1.0)
### Changed
- Format with prettier, bump deps (https://github.com/flarum/markdown/pulls/37)
- Update JS imports to new namespaced style (https://github.com/flarum/markdown/pulls/39)
### Fixed
- Twemoji frontend broken rendering with image markdown syntax (https://github.com/flarum/markdown/pulls/40)
## [1.0.0](https://github.com/flarum/emoji/compare/v0.1.0-beta.16...v1.0.0)
### Changed