Skip to content

Commit 718b0e5

Browse files
committed
chore(release): 0.3.0
1 parent 70d9d3c commit 718b0e5

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.3.0](https://github.com/Symbitic/node-simpleble/compare/v0.2.0...v0.3.0) (2022-10-22)
2+
3+
4+
### Features
5+
6+
* export simpleble instance ([ea042bc](https://github.com/Symbitic/node-simpleble/commit/ea042bcf38469dd944aa96107e77faa9c9dc7536))
7+
* rename simpleble export to bindings ([914095f](https://github.com/Symbitic/node-simpleble/commit/914095f92f83c30dddf8e7e9662370ed67f43621))
8+
19
## [0.2.0](https://github.com/Symbitic/node-simpleble/compare/v0.1.0...v0.2.0) (2022-10-20)
210

311

deno_dist/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.2.0";
1+
export const VERSION = "0.3.0";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simpleble",
33
"description": "Bluetooth LE library for Node, Deno, and Bun",
44
"license": "MIT",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"type": "module",
77
"sideEffects": false,
88
"module": "dist/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.2.0";
1+
export const VERSION = "0.3.0";

0 commit comments

Comments
 (0)