Skip to content

Commit

Permalink
fix: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberski committed Jan 8, 2025
1 parent 71a1908 commit 330b37f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,3 @@ buck-out/
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.yarnrc.yml
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [3.3.0] - 2024-12-20
## [3.4.0] - 2024-12-20

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ble-plx",
"version": "3.3.0",
"version": "3.4.0",
"description": "React Native Bluetooth Low Energy library",
"main": "src/index",
"module": "src/index",
Expand Down

0 comments on commit 330b37f

Please sign in to comment.