From ba9ce196dfeb4f1ff042d0d9a1f48a46adc2608a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Oct 2021 04:50:54 +0000 Subject: [PATCH] chore(release): 2.10.7 [skip ci] ## [2.10.7](https://github.com/cujarrett/markdown-tables/compare/v2.10.6...v2.10.7) (2021-10-22) ### Bug Fixes * **deps-dev:** bump husky from 7.0.2 to 7.0.4 ([#96](https://github.com/cujarrett/markdown-tables/issues/96)) ([b81d0ab](https://github.com/cujarrett/markdown-tables/commit/b81d0ab84c62a8da81d990af2430738236776690)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 746bb0d..9078af5 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.7](https://github.com/cujarrett/markdown-tables/compare/v2.10.6...v2.10.7) (2021-10-22) + + +### Bug Fixes + +* **deps-dev:** bump husky from 7.0.2 to 7.0.4 ([#96](https://github.com/cujarrett/markdown-tables/issues/96)) ([b81d0ab](https://github.com/cujarrett/markdown-tables/commit/b81d0ab84c62a8da81d990af2430738236776690)) + ## [2.10.6](https://github.com/cujarrett/markdown-tables/compare/v2.10.5...v2.10.6) (2021-10-21) diff --git a/package-lock.json b/package-lock.json index 098eb70..c51abe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "markdown-tables", - "version": "2.10.6", + "version": "2.10.7", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.10.6", + "version": "2.10.7", "license": "MIT", "dependencies": { "xlsx": "~0.17.2" diff --git a/package.json b/package.json index 7bcb5e1..44b2f3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdown-tables", "author": "Matt Jarrett", - "version": "2.10.6", + "version": "2.10.7", "description": "Helping the world move Excel table data into Markdown tables", "main": "src/index.js", "scripts": {