Skip to content

Commit 4cc7d9b

Browse files
committed
Bump RC version
Add PR submitter to the list of project contributors
1 parent 8c747ee commit 4cc7d9b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gritcode/routing-controllers",
33
"private": false,
4-
"version": "0.8.0",
4+
"version": "0.8.1-alpha.1",
55
"description": "Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage for Express / Koa using TypeScript.",
66
"license": "MIT",
77
"readmeFilename": "README.md",
@@ -13,6 +13,14 @@
1313
{
1414
"name": "Michał Lytek",
1515
"url": "https://github.com/19majkel94"
16+
},
17+
{
18+
"name": "Jonathas Morais",
19+
"url": "https://github.com/jotamorais"
20+
},
21+
{
22+
"name": "adenhertog",
23+
"url": "https://github.com/adenhertog"
1624
}
1725
],
1826
"repository": {

0 commit comments

Comments
 (0)