From 6cb8bc47035c1bff1d9ad7b508c3ac800ec8b577 Mon Sep 17 00:00:00 2001 From: Gago Date: Fri, 29 Jan 2021 11:31:19 -0800 Subject: [PATCH] 2.1.1 (#196) Bumping version 2.1.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a270713..d39330a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.1.1](https://github.com/gagoar/codeowners-generator/compare/v2.1.0...v2.1.1) + +- Update dependency ts-jest to v26.5.0 [`#195`](https://github.com/gagoar/codeowners-generator/pull/195) +- ignoring package.json when is along side a CODEOWNERS file [`#194`](https://github.com/gagoar/codeowners-generator/pull/194) +- 2.1.0 [`#192`](https://github.com/gagoar/codeowners-generator/pull/192) + #### [v2.1.0](https://github.com/gagoar/codeowners-generator/compare/v2.0.0...v2.1.0) +> 28 January 2021 + - Add customRegenerationCommand to specify the printed re-generate command [`#189`](https://github.com/gagoar/codeowners-generator/pull/189) - 2.0.0 [`#191`](https://github.com/gagoar/codeowners-generator/pull/191) diff --git a/package-lock.json b/package-lock.json index dbb98894..429d1522 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeowners-generator", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7ba3f89..eaa19227 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "codeowners-generator", "repository": "git@github.com:gagoar/codeowners-generator.git", "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "description": " CODEOWNERS generator for mono-repos", "main": "build/index.js", "bin": {