Skip to content

Commit

Permalink
rel: 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Feb 8, 2019
1 parent 6be35b5 commit 4cd1912
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ containing:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_rules_nodejs",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.3/rules_nodejs-0.18.3.tar.gz"],
sha256 = "abadc96e64431f6a2f3a3bfff8b444c69589c8c35de72d0a39b202c08318d630",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.18.4/rules_nodejs-0.18.4.tar.gz"],
sha256 = "23987a5cf549146742aa6a0d2536e4906906e63a608d5b9b32dd9fe5523ef51c",
)

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.18.3"
VERSION = "0.18.4"

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

0 comments on commit 4cd1912

Please sign in to comment.