Skip to content

Commit 111f3c0

Browse files
committed
chore(release): 2.3.0 [skip ci]
1 parent ee09feb commit 111f3c0

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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-limits/compare/2.2.4...2.3.0) (2023-01-30)
2+
3+
4+
### Features
5+
6+
* use sf-plugins-core v2 and core v2 ([#439](https://github.com/salesforcecli/plugin-limits/issues/439)) ([ee09feb](https://github.com/salesforcecli/plugin-limits/commit/ee09feb5966a8af24c175fe3e2fa667e910ea576))
7+
8+
9+
110
## [2.2.4](https://github.com/salesforcecli/plugin-limits/compare/2.2.3...2.2.4) (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-limits",
33
"description": "commands to display api limits to your org",
4-
"version": "2.2.4",
4+
"version": "2.3.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
@@ -116,4 +116,4 @@
116116
"publishConfig": {
117117
"access": "public"
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)