Release v0.1.0-beta.13

This commit is contained in:
Daniël Klabbers 2020-05-04 10:48:54 +02:00
parent c2e7a5413c
commit 74e02b6a3c
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## [0.1.0-beta.13](https://github.com/flarum/tags/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Added
- Add title and description meta tags (#72)
### Changed
- Updated JS dependencies
- Improved performance of subqueries (#75)
- Allow menu items between listed tags and link to tags page (#70)
- Using new model extender
## [0.1.0-beta.12](https://github.com/flarum/tags/compare/v0.1.0-beta.11...v0.1.0-beta.12)
### Fixed

View File

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