Skip to content

Commit 4f5003c

Browse files
committed
readying 1.1.0 release
1 parent 9682d88 commit 4f5003c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Changelog
22

3-
## v1.1.0 - NOT RELEASED YET
3+
## v1.1.0
44

55
- [Added support for vuejs via `appendTsSuffixTo` option](https://github.com/TypeStrong/ts-loader/pull/354) [#270] - thanks @HerringtonDarkholme
66

7-
Still to do:
8-
- document usage of `appendTsSuffixTo` in the README
9-
107
## v1.0.0
118

129
- [General refactor of ts-loader; some performance improvements](https://github.com/TypeStrong/ts-loader/pull/343) [#335] - thanks @johnnyreilly

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)