Skip to content

Commit

Permalink
Merge branch 'main' into mdonnalley/test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 6, 2023
2 parents 7bbcab1 + c09e420 commit a30827f
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 118 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.0.6](https://github.com/oclif/plugin-version/compare/2.0.5...2.0.6) (2023-11-06)

### Bug Fixes

- revert to prepack instead of postinstall ([129b3f4](https://github.com/oclif/plugin-version/commit/129b3f444202c1b80bce6b9e9d68e852b650541a))

## [2.0.5](https://github.com/oclif/plugin-version/compare/2.0.4...2.0.5) (2023-11-04)

### Bug Fixes

- **deps:** bump @oclif/core from 3.9.1 to 3.10.1 ([#290](https://github.com/oclif/plugin-version/issues/290)) ([9738254](https://github.com/oclif/plugin-version/commit/973825484e0967169ac4939bdfa9374b963cecea))

## [2.0.4](https://github.com/oclif/plugin-version/compare/2.0.3...2.0.4) (2023-10-28)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@oclif/plugin-version",
"description": "A command that shows the CLI version",
"version": "2.0.4",
"version": "2.0.6",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-version/issues",
"dependencies": {
"@oclif/core": "^3.9.1"
"@oclif/core": "^3.10.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.8.1",
Expand All @@ -17,7 +17,7 @@
"@types/node": "^18",
"chai": "^4.3.10",
"commitlint": "^17.8.1",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-oclif": "^5",
"eslint-config-oclif-typescript": "^3",
"eslint-config-prettier": "^9.0.0",
Expand Down
Loading

0 comments on commit a30827f

Please sign in to comment.