From 7968694b3309edaf222d83a29daf9b7bdf7d3ea1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 17 May 2023 05:42:58 +0000 Subject: [PATCH] chore(release): 2.1.9 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d335ac82..d80dd2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.1.9](https://github.com/salesforcecli/plugin-env/compare/2.1.8...2.1.9) (2023-05-17) + + +### Bug Fixes + +* **deps:** bump vm2 from 3.9.17 to 3.9.19 ([c7e2895](https://github.com/salesforcecli/plugin-env/commit/c7e2895e77f3557b9fe7f60f592882ce4a61aaf1)) + + + ## [2.1.8](https://github.com/salesforcecli/plugin-env/compare/2.1.7...2.1.8) (2023-04-21) diff --git a/package.json b/package.json index ec8e1d1c..5aaa78a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-env", "description": "An sf plugin for logging into and interacting with different Salesforce environments.", - "version": "2.1.8", + "version": "2.1.9", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { @@ -210,4 +210,4 @@ "output": [] } } -} +} \ No newline at end of file