From f1759629de4e4d146b5b135c8b38139c5458383b Mon Sep 17 00:00:00 2001 From: David Date: Fri, 28 Apr 2023 16:38:51 +0300 Subject: [PATCH] chore(release): 1.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0f8d7..721457a 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.3.2](https://github.com/The24thDS/rmg-utils/compare/v1.3.1...v1.3.2) (2023-04-28) + + +### Bug Fixes + +* fixed failing analytics ([81a0105](https://github.com/The24thDS/rmg-utils/commit/81a010501e79533b6849eb1da824028b03351fb7)) + ### [1.3.1](https://github.com/The24thDS/rmg-utils/compare/v1.3.0...v1.3.1) (2022-12-15) diff --git a/package.json b/package.json index 38669b8..0c94559 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rmg-utils", "private": true, - "version": "1.3.1", + "version": "1.3.2", "scripts": { "dev": "vite", "prebuild": "cp magick.js public/assets/magick.js && cp magick.wasm public/assets/magick.wasm",