diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b22265b..89614e07d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ [#647](https://github.com/nextcloud/cookbook/pull/647) @christianlupus - Update code styling to match with current version of php-cs-fixer [#668](https://github.com/nextcloud/cookbook/pull/668) @christianlupus +- Fix version of `@nextcloud/capabilities` to `1.0.2` + [#672](https://github.com/nextcloud/cookbook/pull/672) @christianlupus ## 0.8.4 - 2021-03-08 diff --git a/package.json b/package.json index 73c23832e..ec9abd576 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "dependencies": { "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.6.0", + "@nextcloud/capabilities": "1.0.2", "@nextcloud/event-bus": "^1.2.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/vue": "^3.5.4",