Skip to content

Commit caad43a

Browse files
author
Marco Crespi
committed
chore(release): 2.0.0
1 parent f0c41ee commit caad43a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/modum-io/modblue/compare/v1.0.1...v2.0.0) (2020-11-05)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- **hci:** Align peripheral constructor parameter order with data
10+
11+
### Bug Fixes
12+
13+
- **hci:** Fix issues when scanning and advertising ([f0c41ee](https://github.com/modum-io/modblue/commit/f0c41eefb24faa13125a07aa1d2c3be329476937))
14+
515
### [1.0.1](https://github.com/modum-io/modblue/compare/v1.0.0...v1.0.1) (2020-11-04)
616

717
### Bug Fixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modum/modblue",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "BLE module using dbus or hci.",
55
"homepage": "https://github.com/modum-io/modblue#modblue",
66
"bugs": {

0 commit comments

Comments
 (0)