chore(master): release 1.0.3

This commit is contained in:
Chen Asraf
2024-08-03 02:34:58 +03:00
parent bb616258a6
commit 5e41923abb
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.0.3](https://github.com/chenasraf/megahal.js/compare/v1.0.2...v1.0.3) (2024-08-02)
### Bug Fixes
* sooth algorithm ([5413180](https://github.com/chenasraf/megahal.js/commit/5413180b0534b22a806d83f63a67240d4cb90958))
## [1.0.2](https://github.com/chenasraf/megahal.js/compare/v1.0.1...v1.0.2) (2024-08-02)

View File

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