Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 040a093

Browse files
committed
rel: 0.20.0
1 parent 94f6faf commit 040a093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.bzl

+1-1
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.19.1"
27+
VERSION = "0.20.0"
2828

2929
def rules_typescript_dependencies():
3030
"""

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Monorepo for TypeScript Bazel support. Published packages are in subdirectories under internal/",
33
"private": true,
4-
"version": "0.19.1",
4+
"version": "0.20.0",
55
"dependencies": {
66
"jasmine-core": "2.8.0",
77
"karma": "alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a",

0 commit comments

Comments
 (0)