@decidables/discountable-elements 0.6.1 → 0.6.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.6.3](https://github.com/decidables/decidables/compare/@decidables/discountable-elements@0.6.2...@decidables/discountable-elements@0.6.3) (2025-11-30)
7
+
8
+ **Note:** Version bump only for package @decidables/discountable-elements
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.6.2](https://github.com/decidables/decidables/compare/@decidables/discountable-elements@0.6.1...@decidables/discountable-elements@0.6.2) (2025-11-13)
15
+
16
+ **Note:** Version bump only for package @decidables/discountable-elements
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.6.1](https://github.com/decidables/decidables/compare/@decidables/discountable-elements@0.6.0...@decidables/discountable-elements@0.6.1) (2025-11-03)
7
23
 
8
24
 
package/README.md CHANGED
@@ -879,7 +879,7 @@ export default class DiscountableElementSomething extends DiscountableElement {
879
879
  - `gulpfile.js` (Tasks for *gulp*)
880
880
  - `package.json` (Package config for *yarn* and *npm*)
881
881
  - `README.md` (This file)
882
- - `rollup-stats.html` (Report on js bundle composition and size) **\[autogenerated\]**
882
+ - `rollup-stats.auto.html` (Report on js bundle composition and size) **\[autogenerated\]**
883
883
 
884
884
  ## [License](https://github.com/decidables/decidables/blob/main/LICENSE.md)
885
885