diffmode 0.1.0 → 0.1.1

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -206,6 +206,10 @@ auto-generates the key.
206
206
 
207
207
  Report security issues per [`SECURITY.md`](SECURITY.md).
208
208
 
209
+ ## Releases
210
+
211
+ See [`CHANGELOG.md`](CHANGELOG.md) for the per-version history.
212
+
209
213
  ## Contributing
210
214
 
211
215
  See [`CONTRIBUTING.md`](CONTRIBUTING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diffmode",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Agent-drivable CLI for the Diffmode growth pipeline",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {