Skip to content

Commit 753f6cb

Browse files
chore(release): 3.1.0
## [3.1.0](3.0.1...3.1.0) (2025-03-14) ### Features * sync with web-shim-codegen v3.0.1 ([93627ba](93627ba)), closes [#143](#143) [skip ci]
1 parent 1484ef7 commit 753f6cb

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [3.1.0](https://github.com/OneSignal/react-onesignal/compare/3.0.1...3.1.0) (2025-03-14)
4+
5+
### Features
6+
7+
* sync with web-shim-codegen v3.0.1 ([93627ba](https://github.com/OneSignal/react-onesignal/commit/93627ba19f6aac555b68ef726b7d6ae9c4aa2a31)), closes [#143](https://github.com/OneSignal/react-onesignal/issues/143)

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"name": "react-onesignal",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "React OneSignal Module: Make it easy to integrate OneSignal with your React App!",
55
"author": "rgomezp",
6-
"contributors": [{ "name": "Rodrigo Gomez-Palacio" }, { "name": "Pedro Bini" }, { "name": "Graham Marlow" }],
6+
"contributors": [
7+
{
8+
"name": "Rodrigo Gomez-Palacio"
9+
},
10+
{
11+
"name": "Pedro Bini"
12+
},
13+
{
14+
"name": "Graham Marlow"
15+
}
16+
],
717
"homepage": "https://onesignal.com",
818
"repository": "https://github.com/OneSignal/react-onesignal.git",
919
"license": "MIT",

0 commit comments

Comments
 (0)