Skip to content

Commit ebfb95f

Browse files
committed
Publishing v0.2.3
1 parent 190537c commit ebfb95f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.2.3
4+
5+
- Add noImplicitAny option (#2)
6+
37
## v0.2.2
48

59
- Fix issue with source maps
@@ -10,7 +14,7 @@
1014

1115
## v0.2.0
1216

13-
- Add new configuration options
17+
- Add new configuration options (#1)
1418
- target, module, sourceMap, instance
1519
- sourceMap default changed from `true` to `false`
1620
- Workaround issue with TypeScript always emitting Windows-style new lines

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": "0.2.2",
3+
"version": "0.2.3",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)