Skip to content

Commit e7b23a1

Browse files
mixedCasegcanti
authored andcommitted
Fix version tag for bigint codec
1 parent 41aa6dd commit e7b23a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export interface NumberC extends NumberType {}
364364
export const number: NumberC = new NumberType()
365365

366366
/**
367-
* @since 2.0.7
367+
* @since 2.1.0
368368
*/
369369
export class BigIntType extends Type<bigint> {
370370
readonly _tag: 'BigIntType' = 'BigIntType'
@@ -380,12 +380,12 @@ export class BigIntType extends Type<bigint> {
380380
}
381381

382382
/**
383-
* @since 2.0.7
383+
* @since 2.1.0
384384
*/
385385
export interface BigIntC extends BigIntType {}
386386

387387
/**
388-
* @since 2.0.7
388+
* @since 2.1.0
389389
*/
390390
export const bigint: BigIntC = new BigIntType()
391391

0 commit comments

Comments
 (0)