Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrdtales committed Dec 7, 2017
1 parent 64ae00a commit 44b7911
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/db-migrate/plugin-typescript/compare/v1.0.1...v2.0.0) (2017-12-07)


### Bug Fixes

* Change ts-node dependency to peer dependency ([f9732fc](https://github.com/db-migrate/plugin-typescript/commit/f9732fc))
* **dependency:** remove ts-node as direct dependency ([93f33ae](https://github.com/db-migrate/plugin-typescript/commit/93f33ae))


### Features

* **plugin:** Typescript plugin ([355c56e](https://github.com/db-migrate/plugin-typescript/commit/355c56e))
* **plugin:** Use ts-node instead of typescript module to support the register() method ([c547f61](https://github.com/db-migrate/plugin-typescript/commit/c547f61))


### BREAKING CHANGES

* **dependency:** The ts-node dependency was removed as direct dependency and must be installed seperately now.



0 comments on commit 44b7911

Please sign in to comment.