Skip to content

Commit c242ca8

Browse files
committed
Prepare for 2.2.1 release
1 parent b24d350 commit c242ca8

File tree

5 files changed

+178
-284
lines changed

5 files changed

+178
-284
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ env:
1818
1919
2020
21-
# - TYPESCRIPT=typescript@next
21+
- TYPESCRIPT=typescript@next

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v2.2.1 - NOT RELEASED YET
3+
## v2.2.1
44

55
- [Report errors in JS(X) files when CheckJS is enabled](https://github.com/TypeStrong/ts-loader/pull/564) - thanks @schmuli!
66
- [Cater for change to @types acquisition strategy in TypeScript 2.4.1](https://github.com/TypeStrong/ts-loader/pull/566) - thanks @johnnyreilly

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
- TYPESCRIPT: [email protected]
1010
- TYPESCRIPT: [email protected]
1111
- TYPESCRIPT: [email protected]
12-
# - TYPESCRIPT: typescript@next
12+
- TYPESCRIPT: typescript@next
1313
install:
1414
- ps: Install-Product node $env:nodejs_version
1515
- npm install

0 commit comments

Comments
 (0)