1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00

Update to 1.1.1

This commit is contained in:
Jeff Schiller 2023-06-21 07:00:00 -07:00
parent 5bdb4c7585
commit a7d32942c0
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [1.1.1] - 2023-06-21
- Fix missing RarVM import in unrar.js.
## [1.1.0] - 2023-05-28 ## [1.1.0] - 2023-05-28
### Added ### Added

View file

@ -1,6 +1,6 @@
{ {
"name": "@codedread/bitjs", "name": "@codedread/bitjs",
"version": "1.1.0", "version": "1.1.1",
"description": "Binary Tools for JavaScript", "description": "Binary Tools for JavaScript",
"homepage": "https://github.com/codedread/bitjs", "homepage": "https://github.com/codedread/bitjs",
"author": "Jeff Schiller", "author": "Jeff Schiller",