Skip to content

Commit 156d1be

Browse files
authored
Release v0.0.4 (#78)
1 parent 8d8d28d commit 156d1be

File tree

219 files changed

+314
-315
lines changed

Some content is hidden

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

219 files changed

+314
-315
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ release: all ## Release @bufbuild/protobuf
243243
@[ -z "$(shell git status --short)" ] || (echo "Uncommitted changes found." && exit 1);
244244
node make/scripts/go-build-npm.js packages/protoc-gen-es ./cmd/protoc-gen-es
245245
npm publish \
246-
--access restricted \
247246
--workspace packages/protobuf \
248247
--workspace packages/protoc-gen-es \
249248
--workspace packages/protoc-gen-es-darwin-64 \

cmd/protoc-gen-es/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package main
1616

17-
var version = "v0.0.3"
17+
var version = "v0.0.4"

0 commit comments

Comments
 (0)