@turing-machine-js/library-binary-numbers-bare 3.0.1 → 3.0.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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [3.0.2] - 2026-05-04
8
+
9
+ Released in lockstep with `@turing-machine-js/machine` 3.0.2. No source or behavior changes in this package.
10
+
7
11
  ## [3.0.1] - 2026-04-30
8
12
 
9
13
  Released in lockstep with `@turing-machine-js/machine` 3.0.1. No source or behavior changes in this package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turing-machine-js/library-binary-numbers-bare",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Single-number binary arithmetic on a 3-symbol alphabet (blank, 0, 1) — same operations as @turing-machine-js/library-binary-numbers but without ^/$ markers. Side-by-side with the marker-based library for learning the trade-off.",
5
5
  "engines": {
6
6
  "npm": ">=7.0.0"
@@ -41,5 +41,5 @@
41
41
  "default": "./dist/index.mjs"
42
42
  }
43
43
  },
44
- "gitHead": "0a8d7ff87a3a73ea7ee1844f7f4602cbb23d20fe"
44
+ "gitHead": "0a78b4d0d40bbdbf79e3c53694adf930f0567b0a"
45
45
  }