Skip to content

Commit 0d10270

Browse files
committed
prep for v6.0.0-beta.21 release
1 parent 3709e69 commit 0d10270

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## vNext
44

5+
## v6.0.0-beta.21
6+
* FIX: Resolves baseUrl appearing blank under certain circumstances. Thanks for the PR to first-time contributor [@beyerleinf](https://github.com/beyerleinf). (#426)
7+
58
## v6.0.0-beta.20
69
* FEATURE: Adds support for a RegEx to exclude files from the fast cache. Thanks for the PR to first-time contributor [@shuky19](https://github.com/shuky19). (#422)
710

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Do you use grunt-ts? Would you like to help keep it up-to-date for new TypeScri
1313
Thank you for your interest in contributing! Please see the [contributing](CONTRIBUTING.md) guide for details.
1414

1515
### Latest Changes
16-
Latest beta release is `6.0.0-beta.20` which is compatible with TypeScript 2.7, and any future version of TypeScript by using the [tsconfig.json passthrough](#passthrough) feature, or the [additionalFlags](#additionalflags) option.
17-
Latest stable release is `5.5.1` with built-in support for features added in TypeScript 1.8. [Full changelog is here](CHANGELOG.md).
16+
Latest recommended release is `6.0.0-beta.21`, which is compatible with TypeScript 2.7, and any future version of TypeScript by using the [tsconfig.json passthrough](#passthrough) feature, or the [additionalFlags](#additionalflags) option.
17+
Latest "stable" (though very old at this point) release is `5.5.1` with built-in support for features up to TypeScript 1.8. [Full changelog is here](CHANGELOG.md).
1818

1919
## Quickstart
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "basarat",
33
"name": "grunt-ts",
44
"description": "Compile and manage your TypeScript project",
5-
"version": "6.0.0-beta.20",
5+
"version": "6.0.0-beta.21",
66
"homepage": "https://github.com/TypeStrong/grunt-ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)