From e60afc152a422cfadb415d25e0e558181b6a55a8 Mon Sep 17 00:00:00 2001 From: Thomas Ankcorn Date: Mon, 9 Sep 2024 11:21:25 +0100 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d60b5d..2f9fd5a 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.3.1] - 2024-09-09 - fix build diff --git a/package-lock.json b/package-lock.json index 99931fc..88e867a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@baselime/react-rum", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@baselime/react-rum", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "js-cookie": "^3.0.5", diff --git a/package.json b/package.json index 81ef356..f90da24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@baselime/react-rum", - "version": "0.3.0", + "version": "0.3.1", "description": "Optimise the real world performance of your react applications", "main": "dist/index.js", "type": "module",