Skip to content

Commit

Permalink
Version update 0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed May 26, 2021
1 parent cfa6c16 commit e4b0b35
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [0.39.1] - 2021-05-23

### Added

- Added `extra` and `setExtra` fields in auth controller to store custom user data.

### Changed

- Fix for home page
- Minor layout updates
- Removed `authResult` from auth context since it was actually useless and confusing

## [0.39.0] - 2021-05-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camberi/firecms",
"version": "0.39.0",
"version": "0.39.1",
"description": "Awesome Firestore based CMS",
"author": "camberi",
"license": "GPL-3.0",
Expand Down

0 comments on commit e4b0b35

Please sign in to comment.