-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ts changelog, bump version to 0.1.2
- Loading branch information
1 parent
ae62bba
commit fe54083
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## 0.1.2 | ||
|
||
- Add bg2 animate.ids. | ||
- Add death vars to `$obj` description. | ||
|
||
## 0.1.1 | ||
|
||
Same as initial release. | ||
|
||
## 0.1 | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ielib", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
|