Skip to content

Commit

Permalink
v1.180.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daneryl committed Aug 19, 2024
2 parents 26f0f2a + 2f22c8e commit f2ab28b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/api/tenants/specs/tenantsModel.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ describe('tenantsModel', () => {
activityLogs: 'path',
stats: 'un-needed data',
healthChecks: 'un-needed data',
featureFlags: {
s3Storage: false,
},
},
{
name: 'tenant two',
Expand Down Expand Up @@ -78,6 +81,9 @@ describe('tenantsModel', () => {
attachments: 'path',
customUploads: 'path',
activityLogs: 'path',
featureFlags: {
s3Storage: false,
},
});
expect(tenantTwo).toEqual({
_id: expect.any(ObjectId),
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": "uwazi",
"version": "1.179.4",
"version": "1.180.0",
"description": "Uwazi is a free, open-source solution for organising, analysing and publishing your documents.",
"keywords": [
"react"
Expand Down

0 comments on commit f2ab28b

Please sign in to comment.