From c40af9c1247bce02ba7572b133d72145f22df0e6 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 26 Nov 2022 20:29:58 +0200 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8680e32..e59b788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 63bb818..5e5c089 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rmg-utils", "private": true, - "version": "1.1.0", + "version": "1.2.0", "scripts": { "dev": "vite", "build": "tsc && vite build",