Skip to content

Commit

Permalink
chore: support policy to mention 5.0.x instead of 4.9.x (#66)
Browse files Browse the repository at this point in the history
Since we did not release 4.9.x.



---

By submitting this pull request, I confirm that my contribution is made
under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0

Signed-off-by: Romain Marcadier <[email protected]>
  • Loading branch information
RomainMuller authored Mar 20, 2023
1 parent a2e3e8a commit e1e5544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

This document describes the Maintenance & Support Policy applicable to releases
of the `jsii` compiler ([`npm:jsii`](https://npmjs.com/packages/jsii)) with
versions `4.9.x` and newer.
versions `5.0.x` and newer.

### Versioning Scheme

In-scope `jsii` release lines use the same `major.minor` version as the
TypeScript compiler ([`npm:typescript`](https://npmjs.com/packages/typescript))
they are built with. This means that `jsii@4.9.x` is built on top of
`typescript@4.9.x`.
they are built with. This means that `jsii@5.0.x` is built on top of
`typescript@5.0.x`.

Since the `typescript` package does not follow [Semantic Versioning][semver],
the `jsii` package does not eiher. The `typescript` compiler guarantees no
Expand Down

0 comments on commit e1e5544

Please sign in to comment.