Skip to content

Commit

Permalink
chore(release): 0.0.9 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Aug 25, 2022
1 parent 9f5f3ef commit 0f11225
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### [0.0.9](https://github.com/salesforcecli/plugin-sobject/compare/v0.0.8...v0.0.9) (2022-08-25)

### Bug Fixes

- update error message when label is too short ([192c0e3](https://github.com/salesforcecli/plugin-sobject/commit/192c0e3723609f4eeb008fba60ca2b9f2d681272))

### [0.0.8](https://github.com/salesforcecli/plugin-sobject/compare/v0.0.7...v0.0.8) (2022-08-19)

### Features
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-sobject",
"description": "Create objects, fields, tabs, etc",
"version": "0.0.8",
"version": "0.0.9",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down Expand Up @@ -30,7 +30,6 @@
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"chai": "^4.3.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-salesforce": "^1.1.0",
Expand All @@ -41,7 +40,6 @@
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-sf-plugin": "^1.1.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"oclif": "^2.7.0",
Expand All @@ -53,11 +51,7 @@
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"config": {},
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit 0f11225

Please sign in to comment.