Skip to content

Commit e77654a

Browse files
committed
Revision 0.11.3
1 parent 6a4ae97 commit e77654a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tasks.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { Task } from 'tasksmith'
22

3+
const VERSION = '0.11.3'
4+
35
// ------------------------------------------------------------------
46
// Clean
57
// ------------------------------------------------------------------
@@ -48,7 +50,7 @@ Task.run('build', () => Task.build.dual('src', {
4850
packageJson: {
4951
name: '@sinclair/parsebox',
5052
description: 'Parser Combinators in the TypeScript Type System',
51-
version: '0.11.2',
53+
version: VERSION,
5254
keywords: ['typescript', 'parser', 'combinator'],
5355
license: 'MIT',
5456
author: 'sinclairzx81',

0 commit comments

Comments
 (0)