From 0bb1597fc710756775e193e058105f72196b91b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 17:21:50 +0000 Subject: [PATCH] chore(latest): release arborist 5.6.1 --- workspaces/arborist/CHANGELOG.md | 13 +++++++++++++ workspaces/arborist/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index f1132c9e67457..2bb1dee783f22 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.6.1](https://github.com/npm/cli/compare/arborist-v5.6.0...arborist-v5.6.1) (2022-08-24) + + +### Bug Fixes + +* linting ([bd2ae5d](https://github.com/npm/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa)) +* update `index.js` spelling error in comment ([#5329](https://github.com/npm/cli/issues/5329)) ([645c680](https://github.com/npm/cli/commit/645c6804c09014b96c2d1eff191b174d12a2b7c0)) + + +### Dependencies + +* @npmcli/eslint-config@3.1.0 ([8ab12dc](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460)) + ## [5.6.0](https://github.com/npm/cli/compare/arborist-v5.5.0...arborist-v5.6.0) (2022-08-17) diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 124cb6650ce00..9d0cccf8a3ba1 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "5.6.0", + "version": "5.6.1", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0",