Skip to content

Commit

Permalink
rel: 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Nov 20, 2018
1 parent 8d0cd8b commit ee6f2e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# 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.1"
VERSION = "0.16.2"

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.1",
"version": "0.16.2",
"keywords": [
"javascript",
"bazel"
Expand Down

0 comments on commit ee6f2e3

Please sign in to comment.