diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb9419a..4661853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+# [2.3.0](https://github.com/Kocal/jsdoc-vuejs/compare/v2.2.3...v2.3.0) (2018-10-20)
+
+
+### Features
+
+* **parser:** plain JavaScript files are now being parsed ([#128](https://github.com/Kocal/jsdoc-vuejs/issues/128)) ([5772716](https://github.com/Kocal/jsdoc-vuejs/commit/5772716))
+
+
+
## [2.2.3](https://github.com/Kocal/jsdoc-vuejs/compare/v2.2.2...v2.2.3) (2018-10-18)
diff --git a/package.json b/package.json
index 451299c..14eac42 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jsdoc-vuejs",
- "version": "2.2.3",
+ "version": "2.3.0",
"description": "A JSDoc plugin for documenting .vue files.",
"main": "index.js",
"files": [