Skip to content

Commit 128ca1b

Browse files
committed
src: update package.json for release
Update version to 1.1.0 Add new contributors
1 parent e90a80b commit 128ca1b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
"url": "https://github.com/nodejs/node-addon-api/issues"
44
},
55
"contributors": [
6+
"Andrew Petersen (https://github.com/kirbysayshi)",
7+
"Anisha Rohra (https://github.com/anisha-rohra)",
68
"Anna Henningsen (https://github.com/addaleax)",
79
"Arunesh Chandra (https://github.com/aruneshchandra)",
810
"Benjamin Byholm (https://github.com/kkoopa)",
11+
"David Halls (https://github.com/davedoesdev)",
912
"Gabriel Schulhof (https://github.com/gabrielschulhof)",
1013
"Hitesh Kanwathirtha (https://github.com/digitalinfinity)",
1114
"Jason Ginchereau (https://github.com/jasongin)",
15+
"Jinho Bang (https://github.com/romandev)",
16+
"Konstantin Tarkus (https://github.com/koistya)",
17+
"Kyle Farnung (https://github.com/kfarnung)",
18+
"Matteo Collina (https://github.com/mcollina)",
1219
"Michael Dawson (https://github.com/mhdawson)",
20+
"Nicola Del Gobbo (https://github.com/NickNaso)",
21+
"Rolf Timmermans (https://github.com/rolftimmermans)",
1322
"Sampson Gao (https://github.com/sampsongao)",
1423
"Taylor Woll (https://github.com/boingoing)"
1524
],
@@ -34,5 +43,5 @@
3443
"test": "node test",
3544
"doc": "doxygen doc/Doxyfile"
3645
},
37-
"version": "1.0.0"
46+
"version": "1.1.0"
3847
}

0 commit comments

Comments
 (0)