@rebilly/revel 12.12.1 → 12.12.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 +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [12.12.1](https://github.com/Rebilly/rebilly/compare/revel-v12.12.0...revel-v12.12.1) (2026-01-08)
1
+ ## [12.12.2](https://github.com/Rebilly/rebilly/compare/revel-v12.12.1...revel-v12.12.2) (2026-01-14)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **revel:** Value disappears from the autocomplete field when clicking out ([#17684](https://github.com/Rebilly/rebilly/issues/17684)) ([6fcda9b](https://github.com/Rebilly/rebilly/commit/6fcda9b9ec488a59fde2e599dc06d34accf202f7))
6
+ * **recomm:** fix fragile 403 on CI ([#17968](https://github.com/Rebilly/rebilly/issues/17968)) ([a469a85](https://github.com/Rebilly/rebilly/commit/a469a852cf7d70e55593eaf61c8732c65f123349))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "12.12.1",
3
+ "version": "12.12.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"