diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0a9a7..40486b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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 +### Fixed +- Made overlay nav not overlap leftmost layer + ## [0.2.0] - 2022-03-27 ### Added - Particles feature diff --git a/package-lock.json b/package-lock.json index 32c364f..6c6c8cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "profectus", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "profectus", - "version": "0.2.0", + "version": "0.2.1", "dependencies": { "core-js": "^3.6.5", "lodash.clonedeep": "^4.5.0", diff --git a/package.json b/package.json index 31cf12f..b05ffd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "profectus", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "start": "vue-cli-service serve",