Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 568f182

Browse files
committed
v0.15.0
1 parent dfbeaf6 commit 568f182

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.14.2"
6+
"version": "0.15.0"
77
}

packages/createrest-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "createrest-express",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"description": "Express middleware for generate routes from createrest",
55
"main": "dist/index.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"express": "4.*"
3030
},
3131
"devDependencies": {
32-
"createrest": "^0.14.2",
32+
"createrest": "^0.15.0",
3333
"express": "^4.16.2"
3434
},
3535
"ava": {

packages/createrest-koa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "createrest-koa",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"description": "Koa2 middleware to generate routes by createRest",
55
"main": "dist/index.js",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
"koa": "2.*"
3434
},
3535
"devDependencies": {
36-
"createrest": "^0.14.2",
36+
"createrest": "^0.15.0",
3737
"koa": "^2.4.1"
3838
},
3939
"ava": {

packages/createrest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "createrest",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"description": "REST routes constructor for express and koa",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)