diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf3617..d6fede3 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.1](https://github.com/cujarrett/markdown-tables/compare/v2.10.0...v2.10.1) (2021-10-01) + + +### Bug Fixes + +* CI/CD badge ([#89](https://github.com/cujarrett/markdown-tables/issues/89)) ([ef4d38c](https://github.com/cujarrett/markdown-tables/commit/ef4d38c69dc039c031ded647d9f6f3d19330db34)) + # [2.10.0](https://github.com/cujarrett/markdown-tables/compare/v2.9.17...v2.10.0) (2021-10-01) diff --git a/package-lock.json b/package-lock.json index 3e33ffe..e868a1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "markdown-tables", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.10.0", + "version": "2.10.1", "license": "MIT", "dependencies": { "xlsx": "~0.17.2" diff --git a/package.json b/package.json index 2ed2b49..ee9f684 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-tables", "author": "Matt Jarrett", - "version": "2.10.0", + "version": "2.10.1", "description": "Helping the world move Excel table data into Markdown tables", "main": "src/index.js", "scripts": {