chore(master): release 1.0.0

This commit is contained in:
Chen Asraf
2024-08-02 13:32:36 +03:00
parent 42516469bc
commit e87042dc10
2 changed files with 13 additions and 1 deletions

12
CHANGELOG.md Normal file
View File

@@ -0,0 +1,12 @@
# Changelog
## 1.0.0 (2024-08-02)
### Features
* add missing personalities ([4178541](https://github.com/chenasraf/megahal.js/commit/41785410d7df0c16984c32f091931ceac4967d7d))
* initial commit ([a1eb22b](https://github.com/chenasraf/megahal.js/commit/a1eb22bf71bc14b772c21789a233405da8e4dfc1))
* initial working state ([a5fc6b5](https://github.com/chenasraf/megahal.js/commit/a5fc6b5c21a7ea74f6134731e3ed248e523ae8f6))
* load/save ([79093d5](https://github.com/chenasraf/megahal.js/commit/79093d56537538373f626f9325194e45251e0a1d))
* personalities, method access & return types ([b0461a5](https://github.com/chenasraf/megahal.js/commit/b0461a50239fc58d15988f325a42945751044cbd))

View File

@@ -1,6 +1,6 @@
{
"name": "megahal.js",
"version": "0.1.0",
"version": "1.0.0",
"description": "A port of kranzky/megahal to JS, written using TS",
"main": "index.js",
"scripts": {