diff --git a/docs/changelog.md b/docs/changelog.md index cffd47a..ecf4fb0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ This is a changelog which is changed every update, and we follow semver. +## [0.2.2](https://github.com/lumin-dev/Aegis/releases/tag/v0.2.2) + +### Fixes + +- Fixed infinite error on spring destruction bug ( [#5 by @dazscripts](https://github.com/lumin-dev/Aegis/pull/5) ) + ## [0.2.1](https://github.com/lumin-dev/Aegis/releases/tag/v0.2.1) ### Improvements diff --git a/package-lock.json b/package-lock.json index bb39374..a7ef200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aegis", - "version": "0.2.0", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aegis", - "version": "0.2.0", + "version": "0.2.2", "license": "MIT", "devDependencies": { "markdown-it-mathjax3": "^4.3.2", diff --git a/package.json b/package.json index 72c4715..db8ec7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegis", - "version": "0.2.0", + "version": "0.2.2", "description": "A simple strictly typed UI framework made specifically for Roblox.", "main": "index.js", "directories": { diff --git a/wally.toml b/wally.toml index ec1e91b..a65acc3 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "lumin/aegis" description = "A simple strictly typed UI framework made specifically for Roblox" -version = "0.2.1" +version = "0.2.2" license = "MIT" realm = "shared" registry = "https://github.com/UpliftGames/wally-index"