From 6d3f42e606f905657fd597b022a49baddce7d9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leyla=20J=C3=A4hnig?= Date: Sat, 18 Jun 2022 11:16:48 +0200 Subject: docs: deprecation workflow (#1067) Co-authored-by: Eric Cheng --- src/modules/random/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/random') diff --git a/src/modules/random/index.ts b/src/modules/random/index.ts index 616dc4dd..727ec8fb 100644 --- a/src/modules/random/index.ts +++ b/src/modules/random/index.ts @@ -273,8 +273,8 @@ export class Random { deprecated({ deprecated: 'faker.random.alpha({ upcase: true })', proposed: "faker.random.alpha({ casing: 'upper' })", - since: 'v7.0', - until: 'v8.0', + since: '7.0', + until: '8.0', }); } -- cgit v1.2.3