Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Jun 19, 2023
1 parent 1499b17 commit 9877662
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

* v1.5.0:
* Improve connect method w/ bootloader flag:
* Now will connect to JSON-RPC over serial API by default
* Only initialize bootloader when uploading firmware or checking md5sum of flash
* Updated dev dependencies
* v1.4.0:
* Initial release
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8897,7 +8897,7 @@ module.exports = function whichTypedArray(value) {
},{"available-typed-arrays":18,"call-bind/callBound":22,"es-abstract/helpers/getOwnPropertyDescriptor":27,"foreach":29,"has-tostringtag/shams":35,"is-typed-array":41}],48:[function(require,module,exports){
module.exports={
"name": "@bleskomat/web-serial",
"version": "1.4.0",
"version": "1.5.0",
"description": "JavaScript library to interact with Bleskomat hardware devices in the browser - flash firmware, listen to serial monitor, execute JSON-RPC commands.",
"main": null,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bleskomat/web-serial",
"version": "1.4.0",
"version": "1.5.0",
"description": "JavaScript library to interact with Bleskomat hardware devices in the browser - flash firmware, listen to serial monitor, execute JSON-RPC commands.",
"main": null,
"scripts": {
Expand Down

0 comments on commit 9877662

Please sign in to comment.