Skip to content

Commit 0a6dff4

Browse files
authored
Release 2.9.6 (#692)
1 parent ee6b951 commit 0a6dff4

File tree

631 files changed

+51022
-51956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

631 files changed

+51022
-51956
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.9.5"
5+
"version": "2.9.6"
66
}

packages/benchmarks/package-lock.json

Lines changed: 8397 additions & 8495 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/benchmarks/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protobuf-ts/benchmarks",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"description": "Rudimentary benchmarks for code generated by the protoc plugin \"protobuf-ts\"",
55
"private": true,
66
"main": "index.js",
@@ -11,9 +11,9 @@
1111
"author": "Timo Stamm <ts@timostamm.com>",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"@protobuf-ts/plugin": "^2.9.5",
15-
"@protobuf-ts/runtime": "^2.9.5",
16-
"@protobuf-ts/protoc": "^2.9.5",
14+
"@protobuf-ts/plugin": "^2.9.6",
15+
"@protobuf-ts/protoc": "^2.9.6",
16+
"@protobuf-ts/runtime": "^2.9.6",
1717
"@protobufjs/utf8": "^1.1.0",
1818
"@types/google-protobuf": "^3.15.2",
1919
"@types/node": "^14.0.13",

0 commit comments

Comments
 (0)