arvo-core 1.0.27 → 1.0.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -48,3 +48,7 @@
48
48
 
49
49
  - Added OpenTelemetry attributes for Arvo and OpenInference
50
50
 
51
+ ## [1.0.28] - 2024-09-10
52
+
53
+ - Added SonarCloud integration for code scanning
54
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-core",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "This core package contains all the core classes and components of the Arvo Event Driven System",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {