diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6214cde..5d1a791 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+## [0.7.4](https://github.com/NativeScript/nativescript-dev-typescript/compare/v0.7.3...v0.7.4) (2018-09-18)
+
+
+### Bug Fixes
+
+* stop syncing TS files outside the app folder (e.g. plugins in node_modules)([0936a03](https://github.com/NativeScript/nativescript-dev-typescript/commit/0936a03)),
+
+
## [0.7.3](https://github.com/NativeScript/nativescript-dev-typescript/compare/v0.7.2...v0.7.3) (2018-08-21)
diff --git a/package.json b/package.json
index c658391..ca46f2e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript-dev-typescript",
- "version": "0.7.3",
+ "version": "0.7.4",
"description": "TypeScript support for NativeScript projects. Install using `tns install typescript`.",
"scripts": {
"test": "exit 0",