From ebaae6c55ebbbe160eea89d2d3fade9f4dff8045 Mon Sep 17 00:00:00 2001 From: Gago Date: Sat, 18 Mar 2023 22:22:46 -0400 Subject: [PATCH] 2.1.5 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd52343..d919c4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,23 @@ 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.5](https://github.com/gagoar/codeowners-generator/compare/v2.1.4...v2.1.5) + +- Making `--use-root-maintainers` available via CLI [`#345`](https://github.com/gagoar/codeowners-generator/pull/345) +- Update dependency ignore to v5.2.4 [`#340`](https://github.com/gagoar/codeowners-generator/pull/340) +- adding Check functionality [`#342`](https://github.com/gagoar/codeowners-generator/pull/342) +- Adding SourceGraph to the Family [`#336`](https://github.com/gagoar/codeowners-generator/pull/336) +- Update dependency @types/jest to v28.1.8 [`#332`](https://github.com/gagoar/codeowners-generator/pull/332) +- Update dependency ts-jest to v28.0.8 [`#333`](https://github.com/gagoar/codeowners-generator/pull/333) +- Update dependency fast-glob to v3.2.12 [`#338`](https://github.com/gagoar/codeowners-generator/pull/338) +- 2.1.4 [`#331`](https://github.com/gagoar/codeowners-generator/pull/331) +- Bump json5 from 2.2.1 to 2.2.3 [`#334`](https://github.com/gagoar/codeowners-generator/pull/334) +- Making `--use-root-maintainers` available via CLI (#345) [`#344`](https://github.com/gagoar/codeowners-generator/issues/344) + #### [v2.1.4](https://github.com/gagoar/codeowners-generator/compare/v2.1.3...v2.1.4) +> 27 February 2023 + - Handle maintainers in root package.json files [`#330`](https://github.com/gagoar/codeowners-generator/pull/330) - Update dependency esbuild to v0.14.53 [`#328`](https://github.com/gagoar/codeowners-generator/pull/328) - Update dependency @types/node to v16.11.47 [`#327`](https://github.com/gagoar/codeowners-generator/pull/327) diff --git a/package-lock.json b/package-lock.json index e0290408..0d9b50a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeowners-generator", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeowners-generator", - "version": "2.1.4", + "version": "2.1.5", "license": "MIT", "dependencies": { "commander": "7.2.0", diff --git a/package.json b/package.json index b9f2fe46..34ecba56 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.4", + "version": "2.1.5", "description": " CODEOWNERS generator for mono-repos", "main": "build/index.js", "bin": {