Skip to content

Commit

Permalink
Bump version to: v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed Jan 10, 2023
1 parent 3df6818 commit abf81a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.9.2",
"version": "1.0.0",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/as-proto-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "as-proto-gen",
"version": "0.9.2",
"version": "1.0.0",
"license": "MIT",
"main": "lib/index.js",
"author": "Piotr Oleś <piotrek.oles@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/as-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "as-proto",
"version": "0.9.2",
"version": "1.0.0",
"main": "assembly/index.ts",
"types": "assembly/index.ts",
"license": "MIT",
Expand Down

0 comments on commit abf81a6

Please sign in to comment.