From ac961c974e23b7c3a48831b5d3eed985486f0334 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 21:37:44 +0300 Subject: [PATCH] chore(develop): release 1.5.1 (#9) 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 61b8f61..9ff7b05 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.1](https://github.com/The24thDS/rmg-utils/compare/v1.5.0...v1.5.1) (2023-08-31) + + +### Bug Fixes + +* fixed "prod" not being detected as production env ([f8a1cbc](https://github.com/The24thDS/rmg-utils/commit/f8a1cbc9f3ab17e5a0caf370a9d7ee9b41f035b4)) + ## [1.5.0](https://github.com/The24thDS/rmg-utils/compare/v1.4.0...v1.5.0) (2023-08-10) diff --git a/package.json b/package.json index 804c950..48fd2cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rmg-utils", "private": true, - "version": "1.5.0", + "version": "1.5.1", "scripts": { "dev": "vite", "prebuild": "cp magick.js public/assets/magick.js && cp magick.wasm public/assets/magick.wasm",