Skip to content

Commit 4e20e15

Browse files
committed
Publish v0.6.1
1 parent d467e59 commit 4e20e15

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.6.1
4+
5+
- Improve initial build performance significantly for larger projects (#100)
6+
- Fix issue with nightly (#96)
7+
38
## v0.6.0
49

510
- Remove support for 1.5 and 1.6-beta. TypeScript 1.6 (stable) is the now the lowest version

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)