Skip to content

Commit d8a50bf

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2025-04-29) ### Features * add support for podspec in DSL format ([35d91eb](35d91eb)) * deprecate `platforms.iOS.podSpecJsonPath` param in favor of `platforms.iOS.podspecPath` ([990305d](990305d))
1 parent 6611e00 commit d8a50bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.2.0](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/compare/v1.1.0...v1.2.0) (2025-04-29)
2+
3+
4+
### Features
5+
6+
* add support for podspec in DSL format ([35d91eb](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/35d91ebabd5d8429af7ce83e55a72af5324d2cb6))
7+
* deprecate `platforms.iOS.podSpecJsonPath` param in favor of `platforms.iOS.podspecPath` ([990305d](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/990305d50f591974f783f90fd540213968fa47c7))
8+
19
## [1.1.0](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/compare/v1.0.0...v1.1.0) (2025-04-14)
210

311

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.1.0",
4+
"version": "1.2.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)