From 452428b9c2db85575037f0080f07e213217f234c Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Tue, 5 Oct 2021 13:33:15 +0000 Subject: [PATCH] chore(release): 1.0.3 [ci skip] --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 4 ++-- yarn.lock | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd706b6..ff7e9c3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.3](https://github.com/salesforcecli/cli/compare/v1.0.2...v1.0.3) (2021-10-05) + + +### Bug Fixes + +* use dirname in oclif config ([9604e53](https://github.com/salesforcecli/cli/commit/9604e53b0cd9164ad7e4c8b83383b38e393a6d72)) + ### [1.0.2](https://github.com/salesforcecli/cli/compare/v1.0.1...v1.0.2) (2021-10-01) diff --git a/README.md b/README.md index 7d312b05..19325a60 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v|version) -@salesforce/cli/1.0.1 linux-x64 node-v14.18.0 +@salesforce/cli/1.0.2 linux-x64 node-v14.18.0 $ sf --help [COMMAND] USAGE $ sf COMMAND diff --git a/package.json b/package.json index 910dd0f4..8f88284d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "1.0.2", + "version": "1.0.3", "author": "Salesforce", "bin": { "sf": "./bin/run" @@ -81,7 +81,7 @@ "@sf/config": "npm:@salesforce/plugin-config@2.2.6", "@sf/deploy-retrieve": "npm:@salesforce/plugin-deploy-retrieve@1.0.2", "@sf/drm": "npm:@salesforce/plugin-deploy-retrieve-metadata@1.0.1", - "@sf/env": "npm:@salesforce/plugin-env@1.0.0", + "@sf/env": "npm:@salesforce/plugin-env@1.0.1", "@sf/functions": "npm:@salesforce/plugin-functions@1.0.2", "@sf/gen": "npm:@salesforce/plugin-generate@1.0.1", "@sf/login": "npm:@salesforce/plugin-login@1.0.0", diff --git a/yarn.lock b/yarn.lock index 0e034306..ccf4439d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1333,10 +1333,10 @@ cli-ux "^5.6.3" tslib "^2" -"@sf/env@npm:@salesforce/plugin-env@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-1.0.0.tgz#b0c5ef9156e9f918c5d68da4a1e0653996c008b7" - integrity sha512-2Km8A+iP7zJ8ZFsxBQBoOyEaQrzr3AzQNxRL4XAE9wjQpCVYY/z27ZH3sGBXM8fSeveSIQH7Sb3g0mVR/9nt/w== +"@sf/env@npm:@salesforce/plugin-env@1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-env/-/plugin-env-1.0.1.tgz#c6cf3acd4daceee922b3f74f95d2bc9dfc1e339c" + integrity sha512-l1ECFFl9HgfxFZShWR7QWUHOoUpBWVfZ3IJVnGE5iA5ujH1hGOlbHG+0jwJKmzdBiEUFu4MAoVz1veZ1pMOErg== dependencies: "@oclif/core" "^1.0.0" "@salesforce/core" "3.6.5"