Skip to content

Commit fff2a5f

Browse files
committed
rel: 0.13.1
1 parent 6b3f96f commit fff2a5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2424
# It will be automatically synced via the npm "version" script
2525
# that is run when running `npm version` during the release
2626
# process. See `Releasing` section in README.md.
27-
VERSION = "0.13.0"
27+
VERSION = "0.13.1"
2828

2929
def check_rules_nodejs_version(minimum_version_string):
3030
"""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bazel/javascript",
33
"description": "Build JavaScript with Bazel",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"keywords": [
66
"javascript",
77
"bazel"

0 commit comments

Comments
 (0)