Skip to content

Commit 65c46c5

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2025-04-30) ### Bug Fixes * use correct `podSpecPath` param instead of `podspecPath` ([5c95911](5c95911))
1 parent 8a784f2 commit 65c46c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.2.1](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/compare/v1.2.0...v1.2.1) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* use correct `podSpecPath` param instead of `podspecPath` ([5c95911](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/commit/5c959117adc5fafbefef7b28c81656e93aefc3b5))
7+
18
## [1.2.0](https://github.com/fingerprintjs/semantic-release-native-dependency-plugin/compare/v1.1.0...v1.2.0) (2025-04-29)
29

310

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