Skip to content

Commit

Permalink
chore: add note for major release v4 (#134)
Browse files Browse the repository at this point in the history
* chore: add note for major release v4

* chore: add note for major release v4 and update package.json

* fix: rollback version update
  • Loading branch information
andreas-unleash authored Oct 5, 2023
1 parent c4ae515 commit 3107725
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ Upgrading should be as easy as running yarn again with the new version, but we m

`startClient` option has been simpilfied. Now it will also work if you don't pass custom client with it, and in SSR (when `typeof window === 'undefined'`) it defaults to `false`.

#### Note on v4.0.0:
The major release is driven by Node14 end of life and represents no other changes. From this version onwards we do not guarantee that this library will work server side with Node 14.

## Design philosophy
This feature flag SDK is designed according to our design philosophy. You can [read more about that here](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices).
This feature flag SDK is designed according to our design philosophy. You can [read more about that here](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices).

0 comments on commit 3107725

Please sign in to comment.