Skip to content

Commit

Permalink
rel: 0.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Jan 30, 2019
1 parent 90a0f64 commit b6b3804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ containing:
git_repository(
name = "build_bazel_rules_nodejs",
remote = "https://github.com/bazelbuild/rules_nodejs.git",
tag = "0.16.6",
tag = "0.16.7",
)

load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
Expand Down
2 changes: 1 addition & 1 deletion package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load("//internal/common:check_version.bzl", "check_version")
# 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.16.6"
VERSION = "0.16.7"

def check_rules_nodejs_version(minimum_version_string):
"""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bazel/javascript",
"description": "Build JavaScript with Bazel",
"version": "0.16.6",
"version": "0.16.7",
"keywords": [
"javascript",
"bazel"
Expand Down

0 comments on commit b6b3804

Please sign in to comment.