diff --git a/extensions/statistics/CHANGELOG.md b/extensions/statistics/CHANGELOG.md index eb1ec5728..57321bd6f 100644 --- a/extensions/statistics/CHANGELOG.md +++ b/extensions/statistics/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.1.0-beta.13](https://github.com/flarum/statistics/compare/v0.1.0-beta.12...v0.1.0-beta.13) + +### Changed +- Updated JS dependencies + ## [0.1.0-beta.9](https://github.com/flarum/statistics/compare/v0.1.0-beta.8...v0.1.0-beta.9) ### Changed diff --git a/extensions/statistics/composer.json b/extensions/statistics/composer.json index 60fc60e5e..2b21f5cdb 100644 --- a/extensions/statistics/composer.json +++ b/extensions/statistics/composer.json @@ -9,7 +9,7 @@ "source": "https://github.com/flarum/statistics" }, "require": { - "flarum/core": "^0.1.0-beta.12" + "flarum/core": "^0.1.0-beta.13" }, "autoload": { "psr-4": {