Release v0.1.0-beta.13

This commit is contained in:
Franz Liedke 2020-05-01 10:43:06 +02:00
parent 7f04f8852c
commit 347fc6d79d
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.1.0-beta.13](https://github.com/flarum/suspend/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Updated JS dependencies
- Stop using deprecated core events, use extenders instead
## [0.1.0-beta.10](https://github.com/flarum/suspend/compare/v0.1.0-beta.9...v0.1.0-beta.10) ## [0.1.0-beta.10](https://github.com/flarum/suspend/compare/v0.1.0-beta.9...v0.1.0-beta.10)
### Changed ### Changed

View File

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