diff --git a/.npmignore b/.npmignore
index afa6ab2e..f7623a26 100644
--- a/.npmignore
+++ b/.npmignore
@@ -5,7 +5,6 @@ examples
.eslintrc
.eslintignore
.gitignore
-README.md
-CHANGELOG.md
webpack.config.js
typedoc.json
+tsconfig.json
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94963cb9..0987693d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
Thanks to all contributers who improved notistack by opening an issue/PR.
-### `notistack@0.9.13`
+### `notistack@0.9.14`
###### to be published
* **@pctestjfarz**: Add swipe to dismiss feature [#138](https://github.com/iamhosseindhv/notistack/issues/138)
* **@molynerd**: Add support to update content of snackbar in place [#50](https://github.com/iamhosseindhv/notistack/issues/50)
@@ -8,6 +8,15 @@ Thanks to all contributers who improved notistack by opening an issue/PR.
+
+
+
+### `notistack@0.9.13`
+###### May 12, 2020
+* Exclude `tsconfig.json` in the build [#266](https://github.com/iamhosseindhv/notistack/pull/266)
+
+
+
diff --git a/package-lock.json b/package-lock.json
index 4f4a76a0..b6121588 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "notistack",
- "version": "0.9.12",
+ "version": "0.9.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f80e4bff..816b0e1a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "notistack",
- "version": "0.9.12",
+ "version": "0.9.13",
"description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other",
"main": "build/index.js",
"types": "build/index.d.ts",