Skip to content

Commit

Permalink
Prepare for 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Jun 28, 2017
1 parent b24d350 commit c242ca8
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 284 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,4 +18,4 @@ env:
- TYPESCRIPT=typescript@2.2.1
- TYPESCRIPT=typescript@2.3.1
- TYPESCRIPT=typescript@2.4.1
# - TYPESCRIPT=typescript@next
- TYPESCRIPT=typescript@next
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## v2.2.1 - NOT RELEASED YET
## v2.2.1

- [Report errors in JS(X) files when CheckJS is enabled](https://github.com/TypeStrong/ts-loader/pull/564) - thanks @schmuli!
- [Cater for change to @types acquisition strategy in TypeScript 2.4.1](https://github.com/TypeStrong/ts-loader/pull/566) - thanks @johnnyreilly
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -9,7 +9,7 @@ environment:
- TYPESCRIPT: typescript@2.2.1
- TYPESCRIPT: typescript@2.3.1
- TYPESCRIPT: typescript@2.4.1
# - TYPESCRIPT: typescript@next
- TYPESCRIPT: typescript@next
install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down

0 comments on commit c242ca8

Please sign in to comment.