diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9eb0ad7..d0a0b6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,17 @@
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.
+
+## [0.0.2](https://github.com/simonkberg/nyr/compare/v0.0.1...v0.0.2) (2017-01-07)
+
+
+### Bug Fixes
+
+* **package:** only publish necessary files ([d2f16d1](https://github.com/simonkberg/nyr/commit/d2f16d1))
+
+
+
## 0.0.1 (2017-01-06)
* initial release
-
diff --git a/package.json b/package.json
index 15e291b..2a1ca65 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nyr",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "A tiny helper that knows if you are running a script via npm or Yarn, to let you chain your commands for either.",
"main": "index.js",
"bin": "cli.js",