Skip to content

Commit

Permalink
Release v0.0.4 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored May 6, 2022
1 parent 8d8d28d commit 156d1be
Show file tree
Hide file tree
Showing 219 changed files with 314 additions and 315 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ release: all ## Release @bufbuild/protobuf
@[ -z "$(shell git status --short)" ] || (echo "Uncommitted changes found." && exit 1);
node make/scripts/go-build-npm.js packages/protoc-gen-es ./cmd/protoc-gen-es
npm publish \
--access restricted \
--workspace packages/protobuf \
--workspace packages/protoc-gen-es \
--workspace packages/protoc-gen-es-darwin-64 \
Expand Down
2 changes: 1 addition & 1 deletion cmd/protoc-gen-es/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package main

var version = "v0.0.3"
var version = "v0.0.4"
Loading

0 comments on commit 156d1be

Please sign in to comment.