chore(master): release 1.0.1

This commit is contained in:
Chen Asraf
2024-08-02 16:05:07 +03:00
parent d43a421cb6
commit 845281c2d8
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.0.1](https://github.com/chenasraf/megahal.js/compare/v1.0.0...v1.0.1) (2024-08-02)
### Bug Fixes
* add missing dependency ([d43a421](https://github.com/chenasraf/megahal.js/commit/d43a421cb6ba6f274ba793e4ac3ea005767e488c))
## 1.0.0 (2024-08-02)

View File

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