Skip to content

Commit

Permalink
Release v0.1.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed May 4, 2020
1 parent 7d1586c commit fa83f49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit fa83f49

Please sign in to comment.