@echecs/react-board 1.0.1 → 1.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 +6 -0
  2. package/package.json +10 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.2] - 2026-04-09
4
+
5
+ ### Added
6
+
7
+ - added keywords for npm discoverability
8
+
3
9
  ## [1.0.1] - 2026-04-09
4
10
 
5
11
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@echecs/react-board",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "React chessboard component with drag & drop, animation, and theming. Bundled cburnett piece set, zero external dependencies.",
@@ -16,6 +16,15 @@
16
16
  "publishConfig": {
17
17
  "access": "public"
18
18
  },
19
+ "keywords": [
20
+ "board",
21
+ "chess",
22
+ "chessboard",
23
+ "component",
24
+ "drag-and-drop",
25
+ "react",
26
+ "typescript"
27
+ ],
19
28
  "sideEffects": false,
20
29
  "exports": {
21
30
  ".": {