Skip to content

Commit 4a81b1f

Browse files
committed
prep v5.5
1 parent f8eec72 commit 4a81b1f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Releases
22

3-
## Next
4-
* FEAT: Support TypeScript 1.8+ (coming soon)
3+
## v5.5.0
4+
* FEAT: Support TypeScript 1.8+
5+
* FIX: "Visual Studio config issue: {} when src contains nested arrays". Thanks very much to first-time contributor @davidparsson for the PR! (#353)
6+
* DOCS: Moved contributing guide out to its own document: CONTRIBUTING.md
57

68
## v5.4.0 (2016-03-22)
79
* FIX: amdloader will now work for [`.tsx` extension as well](https://github.com/TypeStrong/grunt-ts/pull/274) [reapplied](https://github.com/TypeStrong/grunt-ts/pull/314)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
Grunt-ts is an npm package that handles TypeScript compilation work in GruntJS build scripts. It provides a [Grunt-compatible wrapper](#support-for-tsc-switches) for the `tsc` command-line compiler, and provides some [additional functionality](#grunt-ts-gruntfilejs-options) that improves the TypeScript development workflow. Grunt-ts supports compiling against [tsconfig.json](#tsconfig) or even a [Visual Studio project](#vs) directly. Grunt-ts is itself written in [TypeScript](./tasks/ts.ts).
88

99
### Latest Changes
10-
Latest release is `5.4.0`. [Full changelog is here](CHANGELOG.md).
10+
Latest release is `5.5.0` with built-in support for features added in TypeScript 1.8. [Full changelog is here](CHANGELOG.md).
11+
12+
### How To Contribute
13+
Thank you for your interest in contributing! Please see the [contributing](CONTRIBUTING.md) guide for details.
1114

1215
## Getting Started
1316

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": "5.5.0-beta.1",
5+
"version": "5.5.0",
66
"homepage": "https://github.com/TypeStrong/grunt-ts",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)