From bf61425ce8b21ee25976f73f2d8c73ca657b4d0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Apr 2021 19:43:32 +0000 Subject: [PATCH] chore(release): 0.11.1 ## [0.11.1](https://github.com/todogroup/repolinter/compare/v0.11.0...v0.11.1) (2021-04-14) ### Bug Fixes * update github-markup to remove python2 dependency ([#209](https://github.com/todogroup/repolinter/issues/209)) ([0c7c50c](https://github.com/todogroup/repolinter/commit/0c7c50c41b620f876d1da84318800a9dde9cc9d6)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 289b3d8f..c3b59bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.11.1](https://github.com/todogroup/repolinter/compare/v0.11.0...v0.11.1) (2021-04-14) + + +### Bug Fixes + +* update github-markup to remove python2 dependency ([#209](https://github.com/todogroup/repolinter/issues/209)) ([0c7c50c](https://github.com/todogroup/repolinter/commit/0c7c50c41b620f876d1da84318800a9dde9cc9d6)) + # [0.11.0](https://github.com/todogroup/repolinter/compare/v0.10.1...v0.11.0) (2021-04-14) diff --git a/package-lock.json b/package-lock.json index 52363b2e..074030a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "repolinter", - "version": "0.11.0", + "version": "0.11.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 33aa2fe4..42d32b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repolinter", - "version": "0.11.0", + "version": "0.11.1", "description": "Lint open source repositories", "main": "index.js", "types": "index.d.ts",