diff --git a/README.md b/README.md index 09dbcf59..7ee8109c 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Optionally add the `@bazel/karma` npm package if you would like to use the { ... "devDependencies": { - "@bazel/typescript": "0.23.1", - "@bazel/karma": "0.23.1", + "@bazel/typescript": "0.23.2", + "@bazel/karma": "0.23.2", ... }, ... diff --git a/WORKSPACE b/WORKSPACE index 9427127a..489d674e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -77,7 +77,7 @@ ts_setup_dev_workspace() # Test that check_rules_typescript_version works as expected load("//:defs.bzl", "check_rules_typescript_version") -check_rules_typescript_version(version_string = "0.23.1") +check_rules_typescript_version(version_string = "0.23.2") # Dependencies for generating documentation load("@io_bazel_rules_sass//sass:sass_repositories.bzl", "sass_repositories") diff --git a/package.json b/package.json index e570a07f..fc1d4fb5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "TypeScript rules for Bazel", "homepage": "https://github.com/bazelbuild/rules_typescript", "license": "Apache-2.0", - "version": "0.23.1", + "version": "0.23.2", "keywords": [ "typescript", "bazel" diff --git a/version.bzl b/version.bzl index 3d4590cd..d2bc5506 100644 --- a/version.bzl +++ b/version.bzl @@ -17,7 +17,7 @@ load("@build_bazel_rules_nodejs//internal/common:check_version.bzl", "check_version") -VERSION = "0.23.1" +VERSION = "0.23.2" # This version is the minimum version that is API compatible with this version # of rules_typescript. This version should be updated to equal VERSION for