Version Bump

This commit is contained in:
thepaperpilot 2022-03-29 21:34:29 -05:00
parent f40765e4de
commit fdd62d6e09
3 changed files with 9 additions and 3 deletions

View file

@ -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

4
package-lock.json generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "profectus",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"start": "vue-cli-service serve",