Skip to content

Commit c6b446c

Browse files
authored
Merge pull request #28 from r-cabanas/chore/update-package-json-version
chore: increase package.json version to 1.4.1 and add changelog entry
2 parents f7d45cc + a014f7e commit c6b446c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

6+
## [1.4.1] - 2026-01-30
7+
Update the Example application in the project to React 19.
8+
69
## [1.4.0] - 2025-12-30
710
This release allows you to use ld-react-feature-flags with React 19 without a warning when installing.
811

@@ -62,4 +65,3 @@ This release allows you to use ld-react-feature-flags with React 17 without a wa
6265
## [1.0.0] - 2018-11-19
6366
### Added
6467
- `FlagsProvider`, `Flags` and `WithFlags` components to easily manage what your app will rendered based on your LaunchDarkly config.
65-

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.4.0",
3+
"version": "1.4.1",
44
"description": "Integrate Launch Darkly in your React app in a breeze",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)