@octaviaflow/cli-reporter 1.0.0 → 1.1.3

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/index.js +3 -0
  3. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ All notable changes to `@octaviaflow/cli-reporter` will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [1.1.3] - 2026-02-07
9
+
10
+ ### Changed
11
+
12
+ - Synchronized version to 1.1.3 across all OctaviaFlow Design System packages
13
+ - Aligned package versioning for unified release
package/index.js CHANGED
@@ -3,8 +3,11 @@
3
3
  * Author: Vishal Kumar
4
4
  * Created: 11/November/2025
5
5
  *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
6
8
  */
7
9
 
10
+
8
11
  'use strict';
9
12
 
10
13
  const chalk = require('chalk');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@octaviaflow/cli-reporter",
3
3
  "description": "Reporter for CLI-based tools in the OctaviaFlow Design System",
4
- "version": "1.0.0",
4
+ "version": "1.1.3",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.js",
7
7
  "repository": {