diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6836c..a681c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.9] - 2023-10-05 - add correlation ID's and session tracking diff --git a/package-lock.json b/package-lock.json index 35b4372..d535ac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@baselime/react-rum", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@baselime/react-rum", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "dependencies": { "js-cookie": "^3.0.5", diff --git a/package.json b/package.json index 82c8bf8..f228727 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@baselime/react-rum", - "version": "0.1.8", + "version": "0.1.9", "description": "Optimise the real world performance of your react applications", "main": "dist/index.js", "type": "module",