@sphido/sitemap 2.0.0 → 2.0.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/package.json +2 -2
  2. package/readme.md +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphido/sitemap",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "author": {
5
5
  "name": "Roman Ožana",
6
6
  "email": "roman@ozana.cz",
@@ -20,5 +20,5 @@
20
20
  "scripts": {
21
21
  "test": "ava"
22
22
  },
23
- "gitHead": "d040ed1e915c034652a75003a246e985de05d2ec"
23
+ "gitHead": "75cf4126bc6027237f192873c51c0d636aacd0ab"
24
24
  }
package/readme.md CHANGED
@@ -31,4 +31,12 @@ map.end();
31
31
 
32
32
  ## Source codes
33
33
 
34
- https://github.com/sphido/sphido/tree/main/packages/sphido-sitemap
34
+ https://github.com/sphido/sphido/tree/main/packages/sphido-sitemap
35
+
36
+ ## TODO
37
+
38
+ Ping Google about changes:
39
+
40
+ ```text
41
+ https://www.google.com/webmasters/tools/ping?sitemap=https://www.mydomain.com/sitemap.xml
42
+ ```