From a26f8e2f014955e5729ee4e3e7d1e58457c8c013 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 16 Oct 2018 14:07:42 -0700 Subject: [PATCH] rel: 0.15.1 --- package.bzl | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.bzl b/package.bzl index 475024d85f..ef50d28e8e 100644 --- a/package.bzl +++ b/package.bzl @@ -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.15.0" +VERSION = "0.15.1" def check_rules_nodejs_version(minimum_version_string): """ diff --git a/package.json b/package.json index b463e2aa5c..fe559be8a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bazel/javascript", "description": "Build JavaScript with Bazel", - "version": "0.15.0", + "version": "0.15.1", "keywords": [ "javascript", "bazel"