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: modules/ROOT/pages/versioning.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
The Neo4j GraphQL Library uses https://semver.org/[Semantic Versioning].
5
5
Given a version number `MAJOR.MINOR.PATCH`, the increment is based on:
6
6
7
-
- `MAJOR` - incompatible API changes compared to the previous `MAJOR` version, for which you will likely have to migrate
8
-
- `MINOR` - new features have been added in a backwards compatible manner
7
+
- `MAJOR` - incompatible API changes compared to the previous `MAJOR` version, for which you will likely have to migrate.
8
+
- `MINOR` - new features have been added in a backwards compatible manner.
9
9
- `PATCH` - bug fixes have been added in a backwards compatible manner.
10
10
11
11
Additionally, prerelease version numbers may have additional suffixes, for example `MAJOR.MINOR.PATCH-PRERELEASE.NUMBER`, where `PRERELEASE` is one of the following:
0 commit comments