Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oclif/plugin-warn-if-update-available
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.3
Choose a base ref
...
head repository: oclif/plugin-warn-if-update-available
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 6, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    761e127 View commit details
  2. chore(release): 2.0.4 [ci skip]

    SF-CLI-BOT committed Jan 6, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    32a1e27 View commit details
Showing with 10 additions and 2 deletions.
  1. +7 −0 CHANGELOG.md
  2. +3 −2 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.0.4](https://github.com/oclif/plugin-warn-if-update-available/compare/v2.0.3...v2.0.4) (2022-01-06)


### Bug Fixes

* add main to package.json ([#249](https://github.com/oclif/plugin-warn-if-update-available/issues/249)) ([761e127](https://github.com/oclif/plugin-warn-if-update-available/commit/761e12724f390148d4dc514be7a6b7c101a3b4dd))

### [2.0.3](https://github.com/oclif/plugin-warn-if-update-available/compare/v2.0.2...v2.0.3) (2021-12-17)

### [2.0.2](https://github.com/oclif/plugin-warn-if-update-available/compare/v2.0.1...v2.0.2) (2021-12-07)
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-warn-if-update-available",
"description": "warns if there is a newer version of CLI released",
"version": "2.0.3",
"version": "2.0.4",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
@@ -64,5 +64,6 @@
"postpublish": "yarn run clean",
"preversion": "yarn run clean",
"version": "oclif readme && git add README.md"
}
},
"main": "lib/index.js"
}