From 4e69c54604c1b0f0739f7c2cbbbd0e3d58c98812 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Wed, 4 May 2022 22:46:29 +0000 Subject: [PATCH] chore(release): 2.1.0 [ci skip] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d71760..c9e0e113 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. +## [2.1.0](https://github.com/salesforcecli/plugin-schema/compare/v2.0.0...v2.1.0) (2022-05-04) + +### Features + +- bump schema validation ([78dcffc](https://github.com/salesforcecli/plugin-schema/commit/78dcffc9945a9f15f8a9740f8d8c1257166b97ba)) + ## [2.0.0](https://github.com/salesforcecli/plugin-schema/compare/v1.1.0...v2.0.0) (2022-04-06) ### Bug Fixes diff --git a/package.json b/package.json index d65e23fa..66721301 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-schema", "description": "Commands to interact with salesforce sobject schemas", - "version": "2.0.0", + "version": "2.1.0", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",