Skip to content

Commit f63a9c5

Browse files
committed
chore(release): 2.3.0 [skip ci]
1 parent 861470d commit f63a9c5

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.3.0](https://github.com/salesforcecli/plugin-schema/compare/2.2.5...2.3.0) (2023-01-31)
2+
3+
4+
### Features
5+
6+
* use latest sf-plugins-core and oclif/core ([#390](https://github.com/salesforcecli/plugin-schema/issues/390)) ([861470d](https://github.com/salesforcecli/plugin-schema/commit/861470d3b986c32b759c104590a8b9547c6439f5))
7+
8+
9+
110
## [2.2.5](https://github.com/salesforcecli/plugin-schema/compare/2.2.4...2.2.5) (2023-01-29)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-schema",
33
"description": "Commands to interact with salesforce sobject schemas",
4-
"version": "2.2.5",
4+
"version": "2.3.0",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
@@ -110,4 +110,4 @@
110110
"publishConfig": {
111111
"access": "public"
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)