version-io 6.1.1 → 6.1.2

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 +10 -0
  2. package/package.json +1 -1
  3. package/bun.lock +0 -1726
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.02.03, v6.1.2
2
+
3
+ fix:
4
+ - f2cfa07 ignore: add lock
5
+
6
+ 2026.02.03, v6.1.2
7
+
8
+ fix:
9
+ - f2cfa07 ignore: add lock
10
+
1
11
  2026.02.03, v6.1.1
2
12
 
3
13
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "version-io",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Semantic versioning tool. Apply major, minor, patch and version to package.json.",