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

changelog and dep for v0.1.0-beta.14

This commit is contained in:
Daniël Klabbers
2020-10-14 16:50:51 +02:00
parent 14e04e09a1
commit 86da969449
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## [0.1.0-beta.14](https://github.com/flarum/approval/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
### Removed
- Removed AssertPermissionTrait (#19)
## [0.1.0-beta.13](https://github.com/flarum/approval/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed

View File

@@ -9,8 +9,8 @@
"source": "https://github.com/flarum/approval"
},
"require": {
"flarum/core": "^0.1.0-beta.13",
"flarum/flags": "^0.1.0-beta.13"
"flarum/core": "^0.1.0-beta.14",
"flarum/flags": "^0.1.0-beta.14"
},
"autoload": {
"psr-4": {