File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 3
3
examples
4
4
test
5
5
src
6
- .pnpm-store
6
+ .pnpm-store
7
+ .github
8
+ .dockerignore
9
+ .gitattributes
10
+ .travis.yml
11
+ appveyor.yml
12
+ CONTRIBUTING.md
13
+ Dockerfile
14
+ HISTORY.md
15
+ RELEASING.md
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v5.4.3
4
+
5
+ * [ fix: don't include anything apart from ts-loader in publish part 2] ( https://github.com/TypeStrong/ts-loader/pull/924 ) - thanks @johnnyreilly !
6
+
3
7
## v5.4.2
4
8
5
9
* [ fix: don't include anything apart from ts-loader in publish] ( https://github.com/TypeStrong/ts-loader/pull/923 ) - thanks @johnnyreilly !
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-loader" ,
3
- "version" : " 5.4.2 " ,
3
+ "version" : " 5.4.3 " ,
4
4
"description" : " TypeScript loader for webpack" ,
5
5
"main" : " index.js" ,
6
6
"types" : " dist/types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments