diff --git a/package.bzl b/package.bzl index d96a4f30..ea51afdf 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.17.0" +VERSION = "0.18.0" def rules_typescript_dependencies(): """ diff --git a/package.json b/package.json index 4c97a64f..d453cc4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "description": "Monorepo for TypeScript Bazel support. Published packages are in subdirectories under internal/", "private": true, - "version": "0.17.0", + "version": "0.18.0", "dependencies": { "jasmine-core": "2.8.0", "karma": "alexeagle/karma#fa1a84ac881485b5657cb669e9b4e5da77b79f0a",