Release v0.1.0-beta.16

This commit is contained in:
Daniel Klabbers 2021-03-15 10:02:50 +01:00
parent 04c8a30b52
commit 57cbb2bb7f
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.1.0-beta.16](https://github.com/flarum/akismet/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed
- Updated admin category from moderation to feature (https://github.com/flarum/akismet/pull/18)
- Moved locale files from translation pack to extension (https://github.com/flarum/akismet/pull/17).
## [0.1.0-beta.15](https://github.com/flarum/akismet/compare/v0.1.0-beta.14.1...v0.1.0-beta.15) ## [0.1.0-beta.15](https://github.com/flarum/akismet/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
### Changed ### Changed

View File

@ -19,8 +19,8 @@
} }
], ],
"require": { "require": {
"flarum/core": "^0.1.0-beta.15", "flarum/core": "^0.1.0-beta.16",
"flarum/approval": "^0.1.0-beta.15", "flarum/approval": "^0.1.0-beta.16",
"tijsverkoyen/akismet": "^1.1" "tijsverkoyen/akismet": "^1.1"
}, },
"autoload": { "autoload": {