From abc975810737d13920bb43cc3ca1749a797aef83 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 9 Dec 2022 14:02:30 +0200 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e59b788..9a921e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0](https://github.com/The24thDS/rmg-utils/compare/v1.2.0...v1.3.0) (2022-12-09) + ## [1.2.0](https://github.com/The24thDS/rmg-utils/compare/v1.1.0...v1.2.0) (2022-11-26) diff --git a/package.json b/package.json index 3f40e4a..8ec1340 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rmg-utils", "private": true, - "version": "1.2.0", + "version": "1.3.0", "scripts": { "dev": "vite", "prebuild": "cp magick.js public/assets/magick.js && cp magick.wasm public/assets/magick.wasm",