Skip to content

Commit 44f6332

Browse files
committed
build: bump version to rf24-node/v0.3.3
1 parent 0e2266a commit 44f6332

3 files changed

Lines changed: 40 additions & 2 deletions

File tree

bindings/node/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,44 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
<!-- markdownlint-disable MD024 -->
88

9+
## [rf24-node/v0.3.3] - 2025-11-13
10+
11+
### <!-- 1 --> 🚀 Added
12+
13+
- Distribute future-compatible python wheels by @2bndy5 in [#80](https://github.com/nRF24/rf24-rs/pull/80)
14+
15+
### <!-- 4 --> 🛠️ Fixed
16+
17+
- Specify README path in metadata by @2bndy5 in [`09e0ce3`](https://github.com/nRF24/rf24-rs/commit/09e0ce32063aec171ac9304a96fa301de63c28d6)
18+
- Adjust linting by @2bndy5 in [#78](https://github.com/nRF24/rf24-rs/pull/78)
19+
20+
### <!-- 6 --> 📦 Dependency updates
21+
22+
- Bump the npm group across 1 directory with 4 updates by @dependabot[bot] in [#75](https://github.com/nRF24/rf24-rs/pull/75)
23+
- Bump the npm group with 3 updates by @dependabot[bot] in [#76](https://github.com/nRF24/rf24-rs/pull/76)
24+
- Bump typedoc from 0.28.10 to 0.28.11 in the npm group by @dependabot[bot] in [#79](https://github.com/nRF24/rf24-rs/pull/79)
25+
- Bump the npm group with 3 updates by @dependabot[bot] in [#82](https://github.com/nRF24/rf24-rs/pull/82)
26+
- Bump the npm group with 4 updates by @dependabot[bot] in [#83](https://github.com/nRF24/rf24-rs/pull/83)
27+
- Bump tarn to v4.10.3 by @2bndy5 in [#86](https://github.com/nRF24/rf24-rs/pull/86)
28+
- Upgrade python dependencies by @2bndy5 in [#87](https://github.com/nRF24/rf24-rs/pull/87)
29+
- Bump the npm group with 2 updates by @dependabot[bot] in [#84](https://github.com/nRF24/rf24-rs/pull/84)
30+
- Bump the npm group across 1 directory with 5 updates by @dependabot[bot] in [#89](https://github.com/nRF24/rf24-rs/pull/89)
31+
- Bump the npm group across 1 directory with 3 updates by @dependabot[bot] in [#93](https://github.com/nRF24/rf24-rs/pull/93)
32+
- Bump yarn to v4.11.0 by @2bndy5 in [#102](https://github.com/nRF24/rf24-rs/pull/102)
33+
- Bump the npm group with 2 updates by @dependabot[bot] in [#95](https://github.com/nRF24/rf24-rs/pull/95)
34+
35+
### <!-- 8 --> 📝 Documentation
36+
37+
- Regenerate Change Logs by @2bndy5 in [`de989ee`](https://github.com/nRF24/rf24-rs/commit/de989ee97b94943c6050c548822758b3439262a8)
38+
39+
### <!-- 9 --> 🗨️ Changed
40+
41+
- Secure CI workflows by @2bndy5 in [#101](https://github.com/nRF24/rf24-rs/pull/101)
42+
43+
[rf24-node/v0.3.3]: https://github.com/nRF24/rf24-rs/compare/rf24-node/v0.3.2...rf24-node/v0.3.3
44+
45+
Full commit diff: [`rf24-node/v0.3.2...rf24-node/v0.3.3`][rf24-node/v0.3.3]
46+
947
## [rf24-node/v0.3.2] - 2025-08-01
1048

1149
### <!-- 1 --> 🚀 Added

bindings/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rf24-node"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
repository.workspace = true
55
edition.workspace = true
66
license.workspace = true

bindings/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rf24/rf24",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"description": "A npm package binding the nRF24/rf24-rs rust project.",

0 commit comments

Comments
 (0)