diff --git a/backend/patches/v0_21_0/fixLedgerDateTime.ts b/backend/patches/v0_21_0/fixLedgerDateTime.ts index 188ed0b2d..00c8fb049 100644 --- a/backend/patches/v0_21_0/fixLedgerDateTime.ts +++ b/backend/patches/v0_21_0/fixLedgerDateTime.ts @@ -1,5 +1,6 @@ import { DatabaseManager } from '../../database/manager'; +/* eslint-disable */ async function execute(dm: DatabaseManager) { await dm.db!.knex!('AccountingLedgerEntry') .select('name', 'date', 'referenceName') @@ -65,3 +66,4 @@ async function updateDateTimeForEntryType( } export default { execute, beforeMigrate: true }; +/* eslint-enable */ \ No newline at end of file diff --git a/package.json b/package.json index 49719ea35..4667e7e30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frappe-books", - "version": "0.21.0", + "version": "0.21.1", "description": "Simple book-keeping app for everyone", "author": { "name": "Frappe Technologies Pvt. Ltd.",