Replace v11.1.0 by v12.0.0:

There will probably be some breaking changes, so renaming v11.1.0 to
v12.0.0.
Also fixing a typo in a filename.
This commit is contained in:
John Livingston
2024-09-11 10:16:24 +02:00
parent 6f479d26c5
commit 4c84146cff
6 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ import { BotConfiguration } from './lib/configuration/bot'
import { BotsCtl } from './lib/bots/ctl'
import { ExternalAuthOIDC } from './lib/external-auth/oidc'
import { migrateMUCAffiliations } from './lib/prosody/migration/migrateV10'
import { updateProsodyChannelEmojisRegex } from './lib/prosody/migration/migrageV11-1'
import { updateProsodyChannelEmojisRegex } from './lib/prosody/migration/migrateV12'
import { Emojis } from './lib/emojis'
import { LivechatProsodyAuth } from './lib/prosody/auth'
import decache from 'decache'