Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
The24thDS committed Nov 26, 2022
1 parent 092f51b commit c40af9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.2.0](https://github.com/The24thDS/rmg-utils/compare/v1.1.0...v1.2.0) (2022-11-26)


### Features

* set up pwa ([026c93d](https://github.com/The24thDS/rmg-utils/commit/026c93d0f8897d9f69aae17ebea4d4fa9cb4a3f9))


### Bug Fixes

* fixed manifest images not being available ([092f51b](https://github.com/The24thDS/rmg-utils/commit/092f51b8ec2c87fe9ed6ad6ae21b1acde346b7e4))

## [1.1.0](https://github.com/The24thDS/rmg-utils/compare/v1.0.0...v1.1.0) (2022-09-03)


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.1.0",
"version": "1.2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit c40af9c

Please sign in to comment.