Skip to content

Commit e87042d

Browse files
committed
chore(master): release 1.0.0
1 parent 4251646 commit e87042d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-08-02)
4+
5+
6+
### Features
7+
8+
* add missing personalities ([4178541](https://github.com/chenasraf/megahal.js/commit/41785410d7df0c16984c32f091931ceac4967d7d))
9+
* initial commit ([a1eb22b](https://github.com/chenasraf/megahal.js/commit/a1eb22bf71bc14b772c21789a233405da8e4dfc1))
10+
* initial working state ([a5fc6b5](https://github.com/chenasraf/megahal.js/commit/a5fc6b5c21a7ea74f6134731e3ed248e523ae8f6))
11+
* load/save ([79093d5](https://github.com/chenasraf/megahal.js/commit/79093d56537538373f626f9325194e45251e0a1d))
12+
* personalities, method access & return types ([b0461a5](https://github.com/chenasraf/megahal.js/commit/b0461a50239fc58d15988f325a42945751044cbd))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "megahal.js",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A port of kranzky/megahal to JS, written using TS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)