Skip to content

Commit 5c42503

Browse files
Update modules/ROOT/pages/versioning.adoc
Co-authored-by: angrykoala <[email protected]>
1 parent 4f97601 commit 5c42503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/versioning.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
The Neo4j GraphQL Library uses https://semver.org/[Semantic Versioning].
55
Given a version number `MAJOR.MINOR.PATCH`, the increment is based on:
66

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.
99
- `PATCH` - bug fixes have been added in a backwards compatible manner.
1010
1111
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

Comments
 (0)