@india-boundary-corrector/data 0.0.2 → 0.0.3

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/package.json +3 -2
  2. package/version.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@india-boundary-corrector/data",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "PMTiles data for India boundary corrections (NE and OSM layers)",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -41,5 +41,6 @@
41
41
  "bugs": {
42
42
  "url": "https://github.com/ramSeraph/india_boundary_corrector/issues"
43
43
  },
44
- "homepage": "https://github.com/ramSeraph/india_boundary_corrector#readme"
44
+ "homepage": "https://github.com/ramSeraph/india_boundary_corrector#readme",
45
+ "changelog": "https://github.com/ramSeraph/india_boundary_corrector/blob/main/packages/data/CHANGELOG.md"
45
46
  }
package/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Auto-generated by scripts/generate-version.js - DO NOT EDIT
2
- export const packageVersion = '0.0.2';
2
+ export const packageVersion = '0.0.3';