Skip to content

Commit d127871

Browse files
committedApr 30, 2021
fix: rebuild type, release v6.11.2
1 parent da9fdd2 commit d127871

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### [6.11.2](https://www.github.com/protobufjs/protobuf.js/compare/v6.11.1...v6.11.2) (2021-04-30)
4+
5+
* regenerated index.d.ts to fix the unintended breaking change in types.
6+
7+
38
### [6.11.1](https://www.github.com/protobufjs/protobuf.js/compare/v6.11.0...v6.11.1) (2021-04-29)
49

510

‎index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@ export class FieldBase extends ReflectionObject {
300300
*/
301301
constructor(name: string, id: number, type: string, rule?: (string|{ [k: string]: any }), extend?: (string|{ [k: string]: any }), options?: { [k: string]: any }, comment?: string);
302302

303+
/** Field rule, if any. */
304+
public rule?: string;
305+
303306
/** Field type. */
304307
public type: string;
305308

0 commit comments

Comments
 (0)
Please sign in to comment.