Skip to content

Commit a2a23a3

Browse files
committed
chore(release): 1.2.0
1 parent 78e594d commit a2a23a3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.0](https://github.com/Symbitic/node-simpleble/compare/v1.1.0...v1.2.0) (2022-12-04)
2+
3+
4+
### Features
5+
6+
* add aarch64 Linux builds ([78e594d](https://github.com/Symbitic/node-simpleble/commit/78e594d137e2f7eea521f7603577c6310101e4e7))
7+
18
## [1.1.0](https://github.com/Symbitic/node-simpleble/compare/v1.0.1...v1.1.0) (2022-11-29)
29

310

deno_dist/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "1.0.1";
1+
export const VERSION = "1.2.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": "1.1.0",
5+
"version": "1.2.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 = "1.0.1";
1+
export const VERSION = "1.2.0";

0 commit comments

Comments
 (0)