@thg-altitude/schemaorg 1.0.29 → 1.0.30

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 +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,2 +1,11 @@
1
1
  # Schema.org
2
- Reusable Schema.org for Astro
2
+
3
+ Reusable Schema.org for Astro applications
4
+
5
+ ## Publishing
6
+
7
+ - Increment package version in `package.json` and reinstall with `npm i`
8
+ - Open PR
9
+ - Merge into main branch
10
+
11
+ This will trigger the release workflow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thg-altitude/schemaorg",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {