Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AridAjd committed Jul 13, 2024
1 parent 88ff4eb commit 20b7183
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 20b7183

Please sign in to comment.