diff --git a/CHANGELOG.md b/CHANGELOG.md index 9258ea8..ec293f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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). +## [2.10.9](https://github.com/cujarrett/markdown-tables/compare/v2.10.8...v2.10.9) (2021-11-01) + + +### Bug Fixes + +* **deps-dev:** bump @commitlint/config-conventional ([#98](https://github.com/cujarrett/markdown-tables/issues/98)) ([12809a5](https://github.com/cujarrett/markdown-tables/commit/12809a5599d62cd09a514701b479af3e8863c651)) + ## [2.10.8](https://github.com/cujarrett/markdown-tables/compare/v2.10.7...v2.10.8) (2021-10-26) diff --git a/package-lock.json b/package-lock.json index 2f9b9f3..fcc43eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "markdown-tables", - "version": "2.10.8", + "version": "2.10.9", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.10.8", + "version": "2.10.9", "license": "MIT", "dependencies": { "xlsx": "~0.17.2" diff --git a/package.json b/package.json index 2f6fc73..4fcdd76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-tables", "author": "Matt Jarrett", - "version": "2.10.8", + "version": "2.10.9", "description": "Helping the world move Excel table data into Markdown tables", "main": "src/index.js", "scripts": {