Skip to content

Commit 8c24762

Browse files
release: 1.4.0 [skip ci]
## [1.4.0](v1.3.0...v1.4.0) (2025-10-12) ### ✨ Features * add polygon holes support ([36a1291](36a1291)) * add polygon holes support ([ae53e17](ae53e17)) * add polygon holes support ([1b1d80d](1b1d80d)) ### 🐛 Bug Fixes * marker, polyline, polygon and circle update ([767ecc7](767ecc7)) ### 🛠️ Other changes * merge dev into main ([2b076f1](2b076f1)) * update release.config.cjs ([efdabe0](efdabe0))
1 parent 2b076f1 commit 8c24762

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.4.0](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.3.0...v1.4.0) (2025-10-12)
2+
3+
### ✨ Features
4+
5+
* add polygon holes support ([36a1291](https://github.com/pinpong/react-native-google-maps-plus/commit/36a1291b054c86309e4cc8a35e08556dc7757d4c))
6+
* add polygon holes support ([ae53e17](https://github.com/pinpong/react-native-google-maps-plus/commit/ae53e17d3d65aedfeedb34d613ca6adc8887b34a))
7+
* add polygon holes support ([1b1d80d](https://github.com/pinpong/react-native-google-maps-plus/commit/1b1d80d15a86021a295cea5ddd3ce4fcbf09f9ff))
8+
9+
### 🐛 Bug Fixes
10+
11+
* marker, polyline, polygon and circle update ([767ecc7](https://github.com/pinpong/react-native-google-maps-plus/commit/767ecc762d5c1c6cda356b0fa3b5fede396dcbf7))
12+
13+
### 🛠️ Other changes
14+
15+
* merge dev into main ([2b076f1](https://github.com/pinpong/react-native-google-maps-plus/commit/2b076f160282581145ab1b8d55b1db769e0f7221))
16+
* update release.config.cjs ([efdabe0](https://github.com/pinpong/react-native-google-maps-plus/commit/efdabe06afebd6016195512c75586a8e5af3b5af))
17+
118
## [1.3.0](https://github.com/pinpong/react-native-google-maps-plus/compare/v1.2.0...v1.3.0) (2025-10-11)
219

320
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-google-maps-plus",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "React-native wrapper for android & IOS google maps sdk",
55
"main": "./lib/module/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)