1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

chore: update changelog

This commit is contained in:
Fredrik Oseberg 2021-05-07 11:24:57 +02:00
parent 15ef4606b7
commit c348d20501
2 changed files with 8 additions and 0 deletions

1
frontend/.prettierignore Normal file
View File

@ -0,0 +1 @@
CHANGELOG.md

View File

@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
The latest version of this document is always available in The latest version of this document is always available in
[releases](https://github.com/Unleash/unleash-frontend/releases). [releases](https://github.com/Unleash/unleash-frontend/releases).
# 4.0.0-beta.1
- fix: support custom stickiness for flexible strategies
- fix: add members to project use correct uri
- Fix/console warn (#290)
- Fix/strategy constraints (#289)
- Set .nvmrc to 14 to reflect new requirement of node
# 4.0.0-beta.0 # 4.0.0-beta.0
- feat: upgrade to node.js v14 - feat: upgrade to node.js v14
- fix: tiny margin for feature toggle list item - fix: tiny margin for feature toggle list item