Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Apr 24, 2023
1 parent 0abc247 commit 1349fe9
Show file tree
Hide file tree
Showing 45 changed files with 60,540 additions and 51,386 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.8.3"
"version": "2.9.0"
}
2 changes: 1 addition & 1 deletion packages/benchmarks/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protobuf-ts/benchmarks",
"version": "2.8.3",
"version": "2.9.0",
"description": "Rudimentary benchmarks for code generated by the protoc plugin \"protobuf-ts\"",
"private": true,
"main": "index.js",
Expand All @@ -11,8 +11,8 @@
"author": "Timo Stamm <[email protected]>",
"license": "ISC",
"devDependencies": {
"@protobuf-ts/plugin": "^2.8.3",
"@protobuf-ts/runtime": "^2.8.3",
"@protobuf-ts/plugin": "^2.9.0",
"@protobuf-ts/runtime": "^2.9.0",
"@protobufjs/utf8": "^1.1.0",
"@types/google-protobuf": "^3.15.2",
"@types/node": "^14.0.13",
Expand Down
Loading

0 comments on commit 1349fe9

Please sign in to comment.