chore(release): 0.10.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b77406f..904de79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +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.
 
+<a name="0.10.3"></a>
+## [0.10.3](https://github.com/reid/node-jslint/compare/v0.10.1...v0.10.3) (2016-08-03)
+
+
+### Bug Fixes
+
+* **lib/jslint-es6:** update jslint-es6 to latest upstream, 2016-07-13 ([7ec74b6](https://github.com/reid/node-jslint/commit/7ec74b6))
+* **package.json:** add license, update deps ([55baa7b](https://github.com/reid/node-jslint/commit/55baa7b))
+
+
+
 <a name="0.10.2"></a>
 ## [0.10.2](https://github.com/reid/node-jslint/compare/v0.10.0...v0.10.2) (2016-07-30)
 
diff --git a/package.json b/package.json
index 3bd8046..1c4f204 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "jshint",
     "eslint"
   ],
-  "version": "0.10.2",
+  "version": "0.10.3",
   "author": "Reid Burke <me@reidburke.com>",
   "contributors": [
     "Douglas Crockford <douglas@crockford.com>",