From 4f1fedf877d308460fe404e7a2443c2b6b49b100 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 13:15:38 -0700 Subject: [PATCH] chore(main): release 3.0.2 (#76) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c23e55..e69f368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/npm/git/compare/v3.0.1...v3.0.2) (2022-08-15) + + +### Bug Fixes + +* linting ([ea31a17](https://github.com/npm/git/commit/ea31a176d41f5355ef85a624028acfe57c1e650e)) + ### [3.0.1](https://github.com/npm/git/compare/v3.0.0...v3.0.1) (2022-04-05) diff --git a/package.json b/package.json index e0914c6..86b8e85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/git", - "version": "3.0.1", + "version": "3.0.2", "main": "lib/index.js", "files": [ "bin/",