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",