Skip to content

Commit 4325586

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.1.2 [ci skip]
1 parent a91fb8b commit 4325586

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
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.
4+
5+
### 1.1.2 (2021-02-03)
6+
7+
8+
### Bug Fixes
9+
10+
* ask internal about url, not domain ([dec90df](https://github.com/salesforcecli/plugin-org/commit/dec90dfda8ae7e737580a51f818b50711eea9349))
11+
* changes from code review ([b0a24a5](https://github.com/salesforcecli/plugin-org/commit/b0a24a51197415ab09b6691912e3f8db030f01d0))
12+
* default open behavior ([6dc3f2f](https://github.com/salesforcecli/plugin-org/commit/6dc3f2f7ea4b13a0dbcc6adc1b9a135b3e4d7f54))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-org",
33
"description": "A template repository for sfdx plugins",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -92,7 +92,7 @@
9292
"scripts": {
9393
"build": "sf-build",
9494
"clean": "sf-clean",
95-
"clean-all": "sf-clean all",
95+
"clean-all": "-clean all",
9696
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
9797
"compile": "sf-compile",
9898
"docs": "sf-docs",

0 commit comments

Comments
 (0)