diff --git a/frontend/.nvmrc b/frontend/.nvmrc new file mode 100644 index 0000000000..48082f72f0 --- /dev/null +++ b/frontend/.nvmrc @@ -0,0 +1 @@ +12 diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 1b7ceb9a63..5891a9e824 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases][releases-url]. +# 3.9.0 +- feat: Tags for feature toggles (#232) +- feat: Tag-types (#232) + # 3.8.4 - fix: update canisue-lite - fix: move all api calls to store folders diff --git a/frontend/src/component/common/select.jsx b/frontend/src/component/common/select.jsx index 9139293d7b..f77fa51203 100644 --- a/frontend/src/component/common/select.jsx +++ b/frontend/src/component/common/select.jsx @@ -22,7 +22,7 @@ const Select = ({ name, value, label, options, style, onChange, disabled = false ))} -