aboutsummaryrefslogtreecommitdiff
path: root/src/modules/random
diff options
context:
space:
mode:
authorLeyla Jähnig <[email protected]>2022-06-18 11:16:48 +0200
committerGitHub <[email protected]>2022-06-18 11:16:48 +0200
commit6d3f42e606f905657fd597b022a49baddce7d9f4 (patch)
tree00515408cec154a35e2a0c191bf57521a7f8d00d /src/modules/random
parentc1cc1319373ab480b861c9cb372fa9e2ccf2982b (diff)
downloadfaker-6d3f42e606f905657fd597b022a49baddce7d9f4.tar.xz
faker-6d3f42e606f905657fd597b022a49baddce7d9f4.zip
docs: deprecation workflow (#1067)
Co-authored-by: Eric Cheng <[email protected]>
Diffstat (limited to 'src/modules/random')
-rw-r--r--src/modules/random/index.ts4
1 files changed, 2 insertions, 2 deletions
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',
});
}