diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dee7e5..06a6dd4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
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.
+
+## 1.0.4 (2019-01-15)
+
+* fix: publish source map ([c7733d1](https://github.com/znck/promised/commit/c7733d1))
+
+
+
## 1.0.3 (2019-01-15)
diff --git a/package.json b/package.json
index 1150d47..1314f43 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@znck/promised",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "A utility to convert callbacks to promises.",
"main": "dist/promised.js",
"module": "dist/promised.mjs",