Skip to content

Commit ee9d833

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.0...v1.1.0) (2025-04-14) ### Features * add default heading for release notes ([d5c10a0](d5c10a0)) * add optional heading to plugin configuration ([73c3224](73c3224)) * add platform-specific run support with legacy compatibility ([5042f23](5042f23)) * format dependency version ranges in release notes as bullet points ([d1f5457](d1f5457)) * show actual error message for iOS file read failures ([1eb17df](1eb17df)) * throw error when no platforms are configured in plugin config ([5cbed0c](5cbed0c))
1 parent 406a10f commit ee9d833

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.1.0](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/compare/v1.0.0...v1.1.0) (2025-04-14)
2+
3+
4+
### Features
5+
6+
* add default heading for release notes ([d5c10a0](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/d5c10a008c5ae89a6407a311f5a2dca8f27f940b))
7+
* add optional heading to plugin configuration ([73c3224](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/73c3224ec6ea243a5cd35127ec22e2568ce8d1b0))
8+
* add platform-specific run support with legacy compatibility ([5042f23](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/5042f230a8fc9ba1039f2e21eb5a5ac7af2aa30d))
9+
* format dependency version ranges in release notes as bullet points ([d1f5457](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/d1f5457ded53c8109bf0ed3364dda9b951c3043f))
10+
* show actual error message for iOS file read failures ([1eb17df](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/1eb17dff9985c8bc520f0b8da83df7962de37162))
11+
* throw error when no platforms are configured in plugin config ([5cbed0c](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/5cbed0c6792536c7a70d974b3f93306b66c15a29))
12+
113
## 1.0.0 (2025-03-31)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fingerprintjs/semantic-release-native-dependency-plugin",
33
"description": "semantic-release plugin to generate native dependency version information",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"main": "dist/native-dependency.cjs.js",
66
"module": "dist/native-dependency.esm.js",
77
"types": "dist/native-dependency.d.ts",

0 commit comments

Comments
 (0)