rel: 0.11.4
diff --git a/package.bzl b/package.bzl index 57e2d36..c72dd1d 100644 --- a/package.bzl +++ b/package.bzl
@@ -24,7 +24,7 @@ # It will be automatically synced via the npm "version" script # that is run when running `npm version` during the release # process. See `Releasing` section in README.md. -VERSION = "0.11.3" +VERSION = "0.11.4" def check_rules_nodejs_version(minimum_version_string): """
diff --git a/package.json b/package.json index a0a1848..0b14fff 100644 --- a/package.json +++ b/package.json
@@ -1,7 +1,7 @@ { "name": "@bazel/javascript", "description": "Build JavaScript with Bazel", - "version": "0.11.3", + "version": "0.11.4", "keywords": [ "javascript", "bazel"