From 74cf00f8da67e2f921347128af4aca93e17847ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:29:23 +0300 Subject: [PATCH] chore(develop): release 1.5.2 (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff7b05..2a8bc09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.5.2](https://github.com/The24thDS/rmg-utils/compare/v1.5.1...v1.5.2) (2023-09-01) + + +### Bug Fixes + +* fixed analytics and error logging not working ([0a53ced](https://github.com/The24thDS/rmg-utils/commit/0a53ceddb8849ffaebd96af68a112a669add6fbe)) + ## [1.5.1](https://github.com/The24thDS/rmg-utils/compare/v1.5.0...v1.5.1) (2023-08-31) diff --git a/package.json b/package.json index 48fd2cf..b07e8df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rmg-utils", "private": true, - "version": "1.5.1", + "version": "1.5.2", "scripts": { "dev": "vite", "prebuild": "cp magick.js public/assets/magick.js && cp magick.wasm public/assets/magick.wasm",