You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,25 @@
10
10
* improve error handling for ios podspec file validation ([0641c16](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/0641c16e4c8c0e94e830a7e4555559215f4eb7b8))
11
11
12
12
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))
* 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
+
13
32
### Bug Fixes
14
33
15
34
* add safeguard against empty cwd in generateNotes ([b907d83](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/b907d838a869d0a01cfdbb4329b5b96c164977f0))
0 commit comments