From fad421003b3eec7e008613463bb0052760211cff Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 1 Apr 2022 01:12:01 -0500 Subject: [PATCH] Version Bump --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40486b0..a0687eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2022-04-01 +Unironically posting an update on April Fool's Day ;) +### Changed +- **BREAKING** Replaced tsparticles with pixi-emitter. Different options, and behaves differently. +- Print key and value in lazy proxy's setter message +- Update bounding boxes after web fonts load in +### Removed +- safff.txt + ## [0.2.1] - 2022-03-29 ### Changed - **BREAKING** Reworked conversion.modifyGainAmount into conversion.gainModifier, with several utility functions. This makes nextAt accurate with modified gain diff --git a/package-lock.json b/package-lock.json index 54bf98c..f247ab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "profectus", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "profectus", - "version": "0.2.1", + "version": "0.2.2", "dependencies": { "@pixi/particle-emitter": "^5.0.4", "core-js": "^3.6.5", diff --git a/package.json b/package.json index af214b1..582ddd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "profectus", - "version": "0.2.1", + "version": "0.2.2", "private": true, "scripts": { "start": "vue-cli-service serve",