Skip to content

Commit 5469679

Browse files
committed
chore(release): publish new version 1.0.5
1 parent cef548c commit 5469679

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,24 @@
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-
## [1.0.4](https://github.com/nativescript-community/md5/compare/v1.0.3...v1.0.4) (2022-08-15)
7-
8-
**Note:** Version bump only for package @nativescript-community/md5
6+
## [1.0.5](https://github.com/nativescript-community/md5/compare/v1.0.4...v1.0.5) (2025-12-15)
97

8+
### Bug Fixes
109

10+
* **android:** native api usage fix ([b3c86c6](https://github.com/nativescript-community/md5/commit/b3c86c67fee23cdb7a0540cb27b24b00a91e5aa3))
1111

12+
## [1.0.4](https://github.com/nativescript-community/md5/compare/v1.0.3...v1.0.4) (2022-08-15)
1213

14+
**Note:** Version bump only for package @nativescript-community/md5
1315

1416
## [1.0.3](https://github.com/nativescript-community/md5/compare/v1.0.2...v1.0.3) (2022-08-15)
1517

1618
**Note:** Version bump only for package @nativescript-community/md5
1719

18-
19-
20-
21-
2220
## [1.0.2](https://github.com/nativescript-community/md5/compare/v1.0.1...v1.0.2) (2022-08-15)
2321

2422
**Note:** Version bump only for package @nativescript-community/md5
2523

26-
27-
28-
29-
3024
## 1.0.1 (2022-08-15)
3125

3226
**Note:** Version bump only for package @nativescript-community/md5

lerna.json

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

packages/md5/CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,24 @@
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-
## [1.0.4](https://github.com/nativescript-community/md5/compare/v1.0.3...v1.0.4) (2022-08-15)
7-
8-
**Note:** Version bump only for package @nativescript-community/md5
6+
## [1.0.5](https://github.com/nativescript-community/md5/compare/v1.0.4...v1.0.5) (2025-12-15)
97

8+
### Bug Fixes
109

10+
* **android:** native api usage fix ([b3c86c6](https://github.com/nativescript-community/md5/commit/b3c86c67fee23cdb7a0540cb27b24b00a91e5aa3))
1111

12+
## [1.0.4](https://github.com/nativescript-community/md5/compare/v1.0.3...v1.0.4) (2022-08-15)
1213

14+
**Note:** Version bump only for package @nativescript-community/md5
1315

1416
## [1.0.3](https://github.com/nativescript-community/md5/compare/v1.0.2...v1.0.3) (2022-08-15)
1517

1618
**Note:** Version bump only for package @nativescript-community/md5
1719

18-
19-
20-
21-
2220
## [1.0.2](https://github.com/nativescript-community/md5/compare/v1.0.1...v1.0.2) (2022-08-15)
2321

2422
**Note:** Version bump only for package @nativescript-community/md5
2523

26-
27-
28-
29-
3024
## 1.0.1 (2022-08-15)
3125

3226
**Note:** Version bump only for package @nativescript-community/md5

packages/md5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/md5",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "NativeScript plugin for fast MD5 computation for files",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)