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

Commit

Permalink
rel: 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 4, 2018
1 parent 8cddb79 commit c8d7fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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("@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.20.0"
VERSION = "0.20.1"

def rules_typescript_dependencies():
"""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Monorepo for TypeScript Bazel support. Published packages are in subdirectories under internal/",
"private": true,
"version": "0.20.0",
"version": "0.20.1",
"dependencies": {
"jasmine-core": "2.8.0",
"karma": "alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a",
Expand Down

0 comments on commit c8d7fce

Please sign in to comment.