From cf15fceb91118a464faee3a8b947f274201f9462 Mon Sep 17 00:00:00 2001 From: jayant dhingra Date: Fri, 13 Mar 2026 16:46:48 +0530 Subject: [PATCH] chore: release version 1.0.1 with reo-census feature for npm install tracking --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a2d433..7107ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.1 (2026-03-13) + +### Features +* feat: add reo-census for npm install tracking (#92) + ## 1.0.0 (2026-01-12) diff --git a/package.json b/package.json index 699e4b1..383ce0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbl-reactnative", - "version": "1.0.0", + "version": "1.0.1", "description": "Couchbase Lite Enterprise for React Native", "author": "Dev Experience/Ecosystem Team @ Couchbase", "license": "Apache-2.0",