Skip to content

Commit 1349fe9

Browse files
committed
v2.9.0
1 parent 0abc247 commit 1349fe9

File tree

45 files changed

+60540
-51386
lines changed

Some content is hidden

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

45 files changed

+60540
-51386
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.8.3"
5+
"version": "2.9.0"
66
}

packages/benchmarks/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/benchmarks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@protobuf-ts/benchmarks",
3-
"version": "2.8.3",
3+
"version": "2.9.0",
44
"description": "Rudimentary benchmarks for code generated by the protoc plugin \"protobuf-ts\"",
55
"private": true,
66
"main": "index.js",
@@ -11,8 +11,8 @@
1111
"author": "Timo Stamm <[email protected]>",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"@protobuf-ts/plugin": "^2.8.3",
15-
"@protobuf-ts/runtime": "^2.8.3",
14+
"@protobuf-ts/plugin": "^2.9.0",
15+
"@protobuf-ts/runtime": "^2.9.0",
1616
"@protobufjs/utf8": "^1.1.0",
1717
"@types/google-protobuf": "^3.15.2",
1818
"@types/node": "^14.0.13",

0 commit comments

Comments
 (0)