Skip to content

Commit b2321e6

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-03-31) ### Features * add displayName for customizable dependency logging ([35bcddb](35bcddb)) * add gradle system-wide availability check ([cd53c22](cd53c22)) * allow customization of iOS dependency name ([494d860](494d860)) * first initialize of the project ([c70388e](c70388e)) * improve error handling for ios podspec file validation ([0641c16](0641c16)) ### Bug Fixes * add safeguard against empty cwd in generateNotes ([b907d83](b907d83)) * add validation for dependency exists in ios podspec file ([7e28364](7e28364)) * allow androidGradleTaskName to be undefined in plugin config ([44f81ff](44f81ff)) * ignore empty lines in Gradle stdout processing ([6f5887a](6f5887a))
1 parent 4fc3d06 commit b2321e6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@
1010
* improve error handling for ios podspec file validation ([0641c16](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/0641c16e4c8c0e94e830a7e4555559215f4eb7b8))
1111

1212

13+
### Bug Fixes
14+
15+
* add safeguard against empty cwd in generateNotes ([b907d83](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/b907d838a869d0a01cfdbb4329b5b96c164977f0))
16+
* add validation for dependency exists in ios podspec file ([7e28364](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/7e28364b67388a45bd54eb06b9a32e702b895ee0))
17+
* allow androidGradleTaskName to be undefined in plugin config ([44f81ff](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/44f81ff878d72833d17171204036a433eb28730c))
18+
* ignore empty lines in Gradle stdout processing ([6f5887a](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/6f5887a24f6a740c820d433024b3f993223cefb3))
19+
20+
## 1.0.0 (2025-03-31)
21+
22+
23+
### Features
24+
25+
* add displayName for customizable dependency logging ([35bcddb](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/35bcddbd4aec76ac359ae6faa2a0cc137562e787))
26+
* add gradle system-wide availability check ([cd53c22](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/cd53c2214aa1c56c03defd7875ca41c9eed1a10c))
27+
* allow customization of iOS dependency name ([494d860](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/494d860afa0921e22a0c1dcd420ced2dc4cc9311))
28+
* first initialize of the project ([c70388e](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/c70388ed942f1a72ca8bd6f6abc519c70c59b5ae))
29+
* improve error handling for ios podspec file validation ([0641c16](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/0641c16e4c8c0e94e830a7e4555559215f4eb7b8))
30+
31+
1332
### Bug Fixes
1433

1534
* add safeguard against empty cwd in generateNotes ([b907d83](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/b907d838a869d0a01cfdbb4329b5b96c164977f0))

0 commit comments

Comments
 (0)