From cc4d91fcb3d8f261f0c24e45fa7ab93ff288a15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Tue, 4 Sep 2018 11:48:10 +0200 Subject: [PATCH] chore(@nestjs) publish v5.3.3 release --- bundle/core/package.json | 2 +- lerna.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/core/package.json b/bundle/core/package.json index abf50f679d6..3fb19deae46 100644 --- a/bundle/core/package.json +++ b/bundle/core/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs/core", - "version": "5.3.2", + "version": "5.3.3", "description": "Nest - modern, fast, powerful node.js web framework (@core)", "author": "Kamil Mysliwiec", "license": "MIT", diff --git a/lerna.json b/lerna.json index fe954cc9dc6..cc061739c15 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "bundle/*" ], - "version": "5.3.2" + "version": "5.3.3" }