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",