From 1981d8c22f2ae4ce6bb050607702eb3db28461a6 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 12 Jan 2025 08:45:03 +0000 Subject: [PATCH] chore(release): 3.3.44 [skip ci] --- CHANGELOG.md | 6 ++++++ LICENSE.txt | 2 +- README.md | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3316f15a..0c81400c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.44](https://github.com/salesforcecli/plugin-limits/compare/3.3.43...3.3.44) (2025-01-12) + +### Bug Fixes + +- **deps:** bump @salesforce/sf-plugins-core from 12.1.1 to 12.1.2 ([a9aa439](https://github.com/salesforcecli/plugin-limits/commit/a9aa4398d9c6ba43707713f2a5c9d932f88f2bea)) + ## [3.3.43](https://github.com/salesforcecli/plugin-limits/compare/3.3.42...3.3.43) (2024-12-15) ### Bug Fixes diff --git a/LICENSE.txt b/LICENSE.txt index 6cfd8734..fa1e65c7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2024, Salesforce.com, Inc. +Copyright (c) 2025, Salesforce.com, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index f02ea590..4c26540f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ EXAMPLES $ sf org list limits --target-org my-scratch-org ``` -_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.43/src/commands/org/list/limits.ts)_ +_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.44/src/commands/org/list/limits.ts)_ ## `sf org list sobject record-counts` @@ -157,6 +157,6 @@ EXAMPLES $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org ``` -_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.43/src/commands/org/list/sobject/record-counts.ts)_ +_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.44/src/commands/org/list/sobject/record-counts.ts)_ diff --git a/package.json b/package.json index 2a5b8b93..3c3e1649 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-limits", "description": "commands to display api limits to your org", - "version": "3.3.43", + "version": "3.3.44", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {