react-native-nitro-player 1.2.2 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nitro-player",
3
- "version": "1.2.2",
3
+ "version": "1.3.0",
4
4
  "description": "A powerful audio player library for React Native with playlist management, playback controls, and support for Android Auto and CarPlay",
5
5
  "main": "lib/index",
6
6
  "module": "lib/index",
@@ -114,7 +114,8 @@
114
114
  },
115
115
  "release-it": {
116
116
  "npm": {
117
- "publish": true
117
+ "publish": true,
118
+ "skipChecks": true
118
119
  },
119
120
  "git": {
120
121
  "commitMessage": "chore: release ${version}",