Skip to content

Commit a7672be

Browse files
🔖 release: 1.0.0 [skip ci]
## 1.0.0 (2025-10-02) ### 🐛 Bug Fixes * set npm publish to true ([ed7544b](ed7544b)) ### 📚 Documentation * update README.md ([60936c9](60936c9)) * update README.md ([00d3f65](00d3f65)) * update README.md ([7354d38](7354d38)) * update README.md ([bb2bf47](bb2bf47)) ### 🛠️ Other changes * initial commit ([d240a87](d240a87))
1 parent c31481b commit a7672be

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 1.0.0 (2025-10-02)
2+
3+
### 🐛 Bug Fixes
4+
5+
* set npm publish to true ([ed7544b](https://github.com/pinpong/react-native-google-maps-plus/commit/ed7544b5c0b39cec418a83842e215253ac7b6eef))
6+
7+
### 📚 Documentation
8+
9+
* update README.md ([60936c9](https://github.com/pinpong/react-native-google-maps-plus/commit/60936c9351f95e590b779883d161aad1272f4a1b))
10+
* update README.md ([00d3f65](https://github.com/pinpong/react-native-google-maps-plus/commit/00d3f656679415a8105fff2ae52fd0bd3106e472))
11+
* update README.md ([7354d38](https://github.com/pinpong/react-native-google-maps-plus/commit/7354d3822298b75ad28024f5488cc25e70891b9c))
12+
* update README.md ([bb2bf47](https://github.com/pinpong/react-native-google-maps-plus/commit/bb2bf47d7b273e1dd02a44425713ebe7c9bfb612))
13+
14+
### 🛠️ Other changes
15+
16+
* initial commit ([d240a87](https://github.com/pinpong/react-native-google-maps-plus/commit/d240a870fa08e5a01ef8b3e981f7e78c7e113fef))

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