Skip to content

Commit 4ca172b

Browse files
committed
chore(release): publish new version 6.4.5
1 parent 4538210 commit 4ca172b

File tree

4 files changed

+12
-170
lines changed

4 files changed

+12
-170
lines changed

CHANGELOG.md

Lines changed: 5 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -3,204 +3,121 @@
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.4.4](https://github.com/nativescript-community/audio/compare/v6.4.3...v6.4.4) (2023-09-11)
7-
6+
## [6.4.5](https://github.com/nativescript-community/audio/compare/v6.4.4...v6.4.5) (2024-09-18)
87

98
### Bug Fixes
109

11-
* **ios:** prevent errors in delegates ([3634ce2](https://github.com/nativescript-community/audio/commit/3634ce26541e976dec67bcc3d4a25109b04ce913))
12-
10+
* **android:** allow to use custom dataSource ([49cd869](https://github.com/nativescript-community/audio/commit/49cd8697d8771decb6167c4b676a7d8dcc776e11))
1311

12+
## [6.4.4](https://github.com/nativescript-community/audio/compare/v6.4.3...v6.4.4) (2023-09-11)
1413

14+
### Bug Fixes
1515

16+
* **ios:** prevent errors in delegates ([3634ce2](https://github.com/nativescript-community/audio/commit/3634ce26541e976dec67bcc3d4a25109b04ce913))
1617

1718
## [6.4.3](https://github.com/nativescript-community/audio/compare/v6.4.2...v6.4.3) (2023-02-02)
1819

19-
2020
### Bug Fixes
2121

2222
* **ios:** more recording session options ([c0fe830](https://github.com/nativescript-community/audio/commit/c0fe830f16e1e36174dc88d314f43fd2832f7158))
2323

24-
25-
26-
27-
2824
## [6.4.2](https://github.com/nativescript-community/audio/compare/v6.4.1...v6.4.2) (2023-01-27)
2925

30-
3126
### Bug Fixes
3227

3328
* **android:** native api usage fix ([733080c](https://github.com/nativescript-community/audio/commit/733080cc333cad5fdae909a35b965f215ce9a879))
3429

35-
36-
37-
38-
3930
## [6.4.1](https://github.com/nativescript-community/audio/compare/v6.4.0...v6.4.1) (2023-01-26)
4031

41-
4232
### Bug Fixes
4333

4434
* **android:** typo and options fixes ([d227d5d](https://github.com/nativescript-community/audio/commit/d227d5d4ca0c3f7f7545cdf83b714b22f2802b04))
4535

46-
47-
48-
49-
5036
# [6.4.0](https://github.com/nativescript-community/audio/compare/v6.3.8...v6.4.0) (2023-01-25)
5137

52-
5338
### Features
5439

5540
* rewrote android wav handling to support float encoding (AudioFormat.ENCODING_PCM_FLOAT) ([a9dd86a](https://github.com/nativescript-community/audio/commit/a9dd86a0fa9e8cf87a04dfcf47eea60c0e54a07e))
5641

57-
58-
59-
60-
6142
## [6.3.8](https://github.com/nativescript-community/audio/compare/v6.3.7...v6.3.8) (2023-01-24)
6243

63-
6444
### Bug Fixes
6545

6646
* **android:** native-api-usage fix ([68f4e4b](https://github.com/nativescript-community/audio/commit/68f4e4bb44698c3d5fa674eaef6c6be1deb05d2a))
6747

68-
69-
70-
71-
7248
## [6.3.7](https://github.com/nativescript-community/audio/compare/v6.3.6...v6.3.7) (2023-01-23)
7349

74-
7550
### Bug Fixes
7651

7752
* **android:** improved native-api-usage ([178f811](https://github.com/nativescript-community/audio/commit/178f81122895e2c26fa1b12fd2d73c03970816e5))
7853

79-
80-
81-
82-
8354
## [6.3.6](https://github.com/nativescript-community/audio/compare/v6.3.5...v6.3.6) (2023-01-13)
8455

8556
**Note:** Version bump only for package audio
8657

87-
88-
89-
90-
9158
## [6.3.5](https://github.com/nativescript-community/audio/compare/v6.3.4...v6.3.5) (2023-01-13)
9259

93-
9460
### Features
9561

9662
* stop method ([18c82f7](https://github.com/nativescript-community/audio/commit/18c82f7d00f7fb33e27ef7dcaa7259e97029aefe))
9763

98-
99-
100-
101-
10264
## [6.3.4](https://github.com/nativescript-community/audio/compare/v6.3.3...v6.3.4) (2022-11-22)
10365

104-
10566
### Bug Fixes
10667

10768
* **ios:** crash fix on recorder dispose ([147ff39](https://github.com/nativescript-community/audio/commit/147ff39e9f8da4ee29b5e61eb65e09150af66437))
10869

109-
110-
111-
112-
11370
## [6.3.3](https://github.com/nativescript-community/audio/compare/v6.3.2...v6.3.3) (2022-11-02)
11471

115-
11672
### Bug Fixes
11773

11874
* **ios:** more options support for recorder ([4f4c95d](https://github.com/nativescript-community/audio/commit/4f4c95dbe1beb7fc3c6818b37a273d41d73020d0))
11975
* **ios:** player native error throw js Error ([51b5998](https://github.com/nativescript-community/audio/commit/51b59989a8a875c6ae4a4a39ff5ff9f7fd99d398))
12076

121-
122-
123-
124-
12577
## [6.3.2](https://github.com/nativescript-community/audio/compare/v6.3.1...v6.3.2) (2022-10-10)
12678

127-
12879
### Bug Fixes
12980

13081
* **android:** native api usage fix ([f2e4b0d](https://github.com/nativescript-community/audio/commit/f2e4b0deec63f3623125c44be7d3b64826c2acd1))
13182
* removed logs ([efc3f5d](https://github.com/nativescript-community/audio/commit/efc3f5d452fb7e35bc4d711f728b379be35f7d4b))
13283

133-
134-
135-
136-
13784
## [6.3.1](https://github.com/nativescript-community/audio/compare/v6.3.0...v6.3.1) (2022-10-05)
13885

139-
14086
### Bug Fixes
14187

14288
* **android:** default sampleRate fix ([deec1a0](https://github.com/nativescript-community/audio/commit/deec1a0533660514728b629a77f0d9007d2c3251))
14389

144-
145-
146-
147-
14890
# [6.3.0](https://github.com/nativescript-community/audio/compare/v6.2.11...v6.3.0) (2022-09-16)
14991

150-
15192
### Features
15293

15394
* **android:** support for wav recording ([fdbf720](https://github.com/nativescript-community/audio/commit/fdbf72075fe82f9705ace173042cc656eb097308))
15495

155-
156-
157-
158-
15996
## [6.2.11](https://github.com/nativescript-community/audio/compare/v6.2.10...v6.2.11) (2022-05-06)
16097

16198
**Note:** Version bump only for package @nativescript-community/audio
16299

163-
164-
165-
166-
167100
## [6.2.10](https://github.com/nativescript-community/audio/compare/v6.2.9...v6.2.10) (2022-05-06)
168101

169-
170102
### Bug Fixes
171103

172104
* android native api-usage ([cd84c7f](https://github.com/nativescript-community/audio/commit/cd84c7f4d6b2f1d72de730b712611c50b293d311))
173105
* event fixes ([5103f5f](https://github.com/nativescript-community/audio/commit/5103f5f9ed59306ba0aab78b79f0764c87cfdc54))
174106

175-
176-
177-
178-
179107
## [6.2.9](https://github.com/nativescript-community/audio/compare/v6.2.8...v6.2.9) (2022-02-08)
180108

181-
182109
### Bug Fixes
183110

184111
* **ios:** fixes for `sessionMode` ([93e0608](https://github.com/nativescript-community/audio/commit/93e060868d1eddf337d5884cd3e53b85889c10a5))
185112

186-
187-
188-
189-
190113
## [6.2.8](https://github.com/nativescript-community/audio/compare/v6.2.7...v6.2.8) (2022-02-07)
191114

192-
193115
### Bug Fixes
194116

195117
* **ios:** audio session fixes ([d139190](https://github.com/nativescript-community/audio/commit/d139190825f9d9004b48b6ab24fbb1a733cbfe67))
196118

197-
198-
199-
200-
201119
## 6.2.7 (2022-02-07)
202120

203-
204121
### Bug Fixes
205122

206123
* android release ([72d559f](https://github.com/nativescript-community/audio/commit/72d559f1e7e64debfedb5886420f1f01047d1773))
@@ -211,7 +128,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
211128
* ts issues during build ([#23](https://github.com/nativescript-community/audio/issues/23)) ([662d2aa](https://github.com/nativescript-community/audio/commit/662d2aa24c30062421cd5500f1241a6d76dc2027))
212129
* update package.json to allow webpack bundling ([7c1a45a](https://github.com/nativescript-community/audio/commit/7c1a45acd059daa8015d1d622532d45b2d3705d9))
213130

214-
215131
### Features
216132

217133
* added ability to enable metering for Player on iOS ([d708473](https://github.com/nativescript-community/audio/commit/d70847397c5e2f020a924bc68ce67d8820482b1e))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.4.4",
2+
"version": "6.4.5",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

0 commit comments

Comments
 (0)