Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
chore(release): 5.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov committed Mar 6, 2018
1 parent 98b0ddc commit ee0bf3e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="5.0.0-0"></a>
# [5.0.0-0](https://github.com/s-panferov/awesome-typescript-loader/compare/v4.0.0-1...v5.0.0-0) (2018-03-06)


### Features

* support webpack4 ([98b0ddc](https://github.com/s-panferov/awesome-typescript-loader/commit/98b0ddc))



<a name="4.0.0"></a>
# [4.0.0](https://github.com/s-panferov/awesome-typescript-loader/compare/v4.0.0-1...v4.0.0) (2018-03-06)


### Features

* support webpack4 ([98b0ddc](https://github.com/s-panferov/awesome-typescript-loader/commit/98b0ddc))



<a name="4.0.0-1"></a>
# [4.0.0-1](https://github.com/s-panferov/awesome-typescript-loader/compare/v4.0.0-0...v4.0.0-1) (2018-03-02)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awesome-typescript-loader",
"version": "4.0.0-1",
"version": "5.0.0-0",
"description": "Awesome TS loader for webpack",
"main": "dist/entry.js",
"typings": "./dist/index.d.ts",
Expand Down Expand Up @@ -61,14 +61,14 @@
"ps-node": "^0.1.6",
"rimraf": "^2.6.1",
"shelljs": "^0.7.8",
"standard-version": "^4.2.0",
"standard-version": "^4.3.0",
"temp": "^0.8.3",
"tslint": "^5.4.3",
"prettier": "^1.10.2",
"lint-staged": "^7.0.0",
"husky": "^0.14.3",
"typescript": "^2.7.2",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10"
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10"
}
}

0 comments on commit ee0bf3e

Please sign in to comment.