From f00f9b1ddcf8fea23d173258673f87c0c80cbe08 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 21 Sep 2018 12:01:03 -0700 Subject: [PATCH] rel: 0.14.0 --- package.bzl | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.bzl b/package.bzl index dd9b2dfa8c..f6fbc07482 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.13.4" +VERSION = "0.14.0" def check_rules_nodejs_version(minimum_version_string): """ diff --git a/package.json b/package.json index 8c264a1fc4..23ec31c925 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bazel/javascript", "description": "Build JavaScript with Bazel", - "version": "0.13.4", + "version": "0.14.0", "keywords": [ "javascript", "bazel"