You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ In order to allow tools to find npm packages with custom element manifests witho
42
42
## Schema Versioning
43
43
44
44
The schema has a `schemaVersion` field in the top-level object to facilitate
45
-
evolution of the schema. The current schema version is `0.1.0`.
45
+
evolution of the schema. The schema follows [semver](https://semver.org/) versioning, the current schema version is `0.1.0`.
46
46
47
47
This version will not always match the npm package version, as some changes to the npm package might not have changes to the schema. We will publish a list of schema versions and their associated npm versions and git tags.
0 commit comments