Version update 0.44.0

This commit is contained in:
francesco
2021-07-19 14:13:27 +02:00
parent c98cd1bce6
commit 9f9f8efcb3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,12 +1,13 @@
# Change Log
## [0.44.0] - 2021-07-15
## [0.44.0] - 2021-07-19
### Changed
- [BREAKING] renamed `useAuthContext` to `useAuthController`
- Including `authController` in `PermissionBuilder` so you can access additional
data for a user.
- Improved sample code and quickstart to include custom user logic
## [0.43.0] - 2021-07-06

View File

@@ -1,6 +1,6 @@
{
"name": "@camberi/firecms",
"version": "0.43.0",
"version": "0.44.0",
"description": "Awesome Firestore based CMS",
"author": "camberi",
"license": "MIT",