diff --git a/CHANGELOG.md b/CHANGELOG.md index f68b6e7..32a4b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.0.4] - 2019-07-09 +### Changed +- Updated dependencies + ## [v2.0.3] - 2019-07-09 ### Fixed - Path in command line interface use diff --git a/package-lock.json b/package-lock.json index 8427ce6..08f6804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "markdown-tables", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf98eeb..07b9fd1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-tables", "author": "Matt Jarrett", - "version": "2.0.3", + "version": "2.0.4", "description": "Helping the world move Excel table data into Markdown tables", "main": "src/index.js", "scripts": {