Skip to content

Commit

Permalink
prep v5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet committed May 15, 2016
1 parent f8eec72 commit 4a81b1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Releases

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

## v5.4.0 (2016-03-22)
* 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)
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
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).

### Latest Changes
Latest release is `5.4.0`. [Full changelog is here](CHANGELOG.md).
Latest release is `5.5.0` with built-in support for features added in TypeScript 1.8. [Full changelog is here](CHANGELOG.md).

### How To Contribute
Thank you for your interest in contributing! Please see the [contributing](CONTRIBUTING.md) guide for details.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "basarat",
"name": "grunt-ts",
"description": "Compile and manage your TypeScript project",
"version": "5.5.0-beta.1",
"version": "5.5.0",
"homepage": "https://github.com/TypeStrong/grunt-ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4a81b1f

Please sign in to comment.