Skip to content

Commit c3130d1

Browse files
committed
[MAKE_RELEASE]: typescritp fix
1 parent e80603c commit c3130d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ import FlagsConsumer from "./src/FlagsConsumer";
33
# Changelog
44
All notable changes to this project are documented in this file.
55

6+
## [1.0.31] - 2019-09-19
7+
### Fix
8+
- Type de finition for Flags are
9+
610
## [1.0.30] - 2019-07-02
711
### Add
812
- Type definition added.
@@ -26,3 +30,4 @@ All notable changes to this project are documented in this file.
2630
## [1.0.0] - 2018-11-19
2731
### Added
2832
- `FlagsProvider`, `Flags` and `WithFlags` components to easily manage what your app will rendered based on your LaunchDarkly config.
33+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lectra/ld-react-feature-flags",
3-
"version": "1.0.30",
3+
"version": "1.0.31",
44
"description": "Integrate Launch Darkly in your React app in a breeze",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)