Skip to content

Commit

Permalink
chore(release): 2.4.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Feb 1, 2022
1 parent 5c01f53 commit d638ca3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

### [2.4.3](https://github.com/oclif/oclif/compare/v2.4.2...v2.4.3) (2022-02-01)


### Bug Fixes

* remove dependency on nps-utils ([#822](https://github.com/oclif/oclif/issues/822)) ([5c01f53](https://github.com/oclif/oclif/commit/5c01f53930ce56a476ba1f8abd1208cbc5b91dc2))

### [2.4.2](https://github.com/oclif/oclif/compare/v2.4.1...v2.4.2) (2022-02-01)


Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -146,7 +146,7 @@ DESCRIPTION
This will clone the template repo 'oclif/hello-world' and update package properties
```

_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/v2.4.1/src/commands/generate.ts)_
_See code: [src/commands/generate.ts](https://github.com/oclif/oclif/blob/v2.4.2/src/commands/generate.ts)_

## `oclif generate command NAME`

Expand Down Expand Up @@ -220,7 +220,7 @@ DESCRIPTION
generates plugin manifest json
```

_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/v2.4.1/src/commands/manifest.ts)_
_See code: [src/commands/manifest.ts](https://github.com/oclif/oclif/blob/v2.4.2/src/commands/manifest.ts)_

## `oclif pack deb`

Expand Down Expand Up @@ -321,7 +321,7 @@ DESCRIPTION
promote CLI builds to a S3 release channel
```

_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/v2.4.1/src/commands/promote.ts)_
_See code: [src/commands/promote.ts](https://github.com/oclif/oclif/blob/v2.4.2/src/commands/promote.ts)_

## `oclif readme`

Expand Down Expand Up @@ -351,7 +351,7 @@ DESCRIPTION
Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
```

_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/v2.4.1/src/commands/readme.ts)_
_See code: [src/commands/readme.ts](https://github.com/oclif/oclif/blob/v2.4.2/src/commands/readme.ts)_

## `oclif upload deb`

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "oclif",
"description": "oclif: create your own CLI",
"version": "2.4.2",
"version": "2.4.3",
"author": "Salesforce",
"bin": {
"oclif": "bin/run"
Expand Down

0 comments on commit d638ca3

Please sign in to comment.