sf-git-ai-meta-insights 2.3.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.4.0](https://github.com/mcarvin8/sf-git-ai-meta-insights/compare/v2.3.0...v2.4.0) (2026-05-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **ai:** bump the ai-sdk group across 1 directory with 11 updates ([#26](https://github.com/mcarvin8/sf-git-ai-meta-insights/issues/26)) ([6ab5115](https://github.com/mcarvin8/sf-git-ai-meta-insights/commit/6ab5115ec89fdd18d43d9fd312fada2e1aca4a0d))
|
|
9
|
+
* **deps:** bump actions/setup-node from 6.3.0 to 6.4.0 ([#23](https://github.com/mcarvin8/sf-git-ai-meta-insights/issues/23)) ([8ff9f9c](https://github.com/mcarvin8/sf-git-ai-meta-insights/commit/8ff9f9cbe1b3e40ef46ddc7984eb1a5955909c27))
|
|
10
|
+
* **deps:** bump googleapis/release-please-action from 4 to 5 ([#22](https://github.com/mcarvin8/sf-git-ai-meta-insights/issues/22)) ([e29d6f3](https://github.com/mcarvin8/sf-git-ai-meta-insights/commit/e29d6f34f87d662a92b3ea19889cd7b47319c2bb))
|
|
11
|
+
|
|
3
12
|
## [2.3.0](https://github.com/mcarvin8/sf-git-ai-meta-insights/compare/v2.2.0...v2.3.0) (2026-04-24)
|
|
4
13
|
|
|
5
14
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-git-ai-meta-insights",
|
|
3
3
|
"description": "Provide AI-generated summaries on Salesforce metadata changes by analyzing the git diff.",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.4.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@ai-sdk/amazon-bedrock": "^4.0.96",
|
|
7
7
|
"@ai-sdk/anthropic": "^3.0.71",
|