Skip to content

Commit add0ae5

Browse files
committed
v6.3.1
1 parent deec1a0 commit add0ae5

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.3.1](https://github.com/farfromrefug/nativescript-audio/compare/v6.3.0...v6.3.1) (2022-10-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** default sampleRate fix ([deec1a0](https://github.com/farfromrefug/nativescript-audio/commit/deec1a0533660514728b629a77f0d9007d2c3251))
12+
13+
14+
15+
16+
617
# [6.3.0](https://github.com/farfromrefug/nativescript-audio/compare/v6.2.11...v6.3.0) (2022-09-16)
718

819

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.3.0",
5+
"version": "6.3.1",
66
"npmClient": "npm",
77
"command": {
88
"publish": {

Diff for: packages/audio/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.3.1](https://github.com/farfromrefug/nativescript-audio/compare/v6.3.0...v6.3.1) (2022-10-05)
7+
8+
**Note:** Version bump only for package @akylas/nativescript-audio
9+
10+
11+
12+
13+
614
# [6.3.0](https://github.com/farfromrefug/nativescript-audio/compare/v6.2.11...v6.3.0) (2022-09-16)
715

816

Diff for: packages/audio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akylas/nativescript-audio",
3-
"version": "6.3.0",
3+
"version": "6.3.1",
44
"description": "NativeScript plugin to record and play audio.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)