diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd0fdb0..850981f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d2f1e816..660ebc53 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", @@ -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", @@ -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" },