chore(master): release 1.1.0

This commit is contained in:
Chen Asraf
2024-08-08 00:00:08 +03:00
parent feb6456f2e
commit 7fd875aece
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.1.0](https://github.com/chenasraf/megahal.js/compare/v1.0.3...v1.1.0) (2024-08-07)
### Features
* add usedWords property ([feb6456](https://github.com/chenasraf/megahal.js/commit/feb6456f2ec84ce2938a71e5ba2971af3876e7b0))
## [1.0.3](https://github.com/chenasraf/megahal.js/compare/v1.0.2...v1.0.3) (2024-08-02)

View File

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