Skip to content

Commit

Permalink
chore(develop): release 1.5.0 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 31, 2023
1 parent a5d5ce6 commit 234545e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.0](https://github.com/The24thDS/rmg-utils/compare/v1.4.0...v1.5.0) (2023-08-10)


### Features

* added different document titles if the app is installed ([#5](https://github.com/The24thDS/rmg-utils/issues/5)) ([3cc45d6](https://github.com/The24thDS/rmg-utils/commit/3cc45d6e6de9e67967fa4761ad737d89369ce2bb))
* **TraitsBuilder:** added two more dimensions for trait preview (44 and 58) ([cc18cf0](https://github.com/The24thDS/rmg-utils/commit/cc18cf05dca0005f6379c923c17fd6f77528df58))
* **TraitsBuilder:** changed scale and offset sliders to number inputs ([7418524](https://github.com/The24thDS/rmg-utils/commit/7418524ea4d4ad6cf7e360bb3c2d39e7d8b85307))


### Bug Fixes

* **TraitsBuilder:** adjusted background gradient stop color ([2a8aa37](https://github.com/The24thDS/rmg-utils/commit/2a8aa37769955e56f456577ffebea9e715c3538f))

## [1.4.0](https://github.com/The24thDS/rmg-utils/compare/v1.3.2...v1.4.0) (2023-05-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rmg-utils",
"private": true,
"version": "1.4.0",
"version": "1.5.0",
"scripts": {
"dev": "vite",
"prebuild": "cp magick.js public/assets/magick.js && cp magick.wasm public/assets/magick.wasm",
Expand Down

0 comments on commit 234545e

Please sign in to comment.