From 7220891429eae69d93c488af5a825861956ed74c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:05:17 +0000 Subject: [PATCH] chore(release): 7.2.0 [skip ci] # [7.2.0](https://github.com/willsoto/nestjs-objection/compare/v7.1.0...v7.2.0) (2022-03-14) ### Features * upgrade packages ([dc46cf8](https://github.com/willsoto/nestjs-objection/commit/dc46cf8763e998479585dbac3d68940dbf80ff5e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076e9003..eb35ba14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.2.0](https://github.com/willsoto/nestjs-objection/compare/v7.1.0...v7.2.0) (2022-03-14) + + +### Features + +* upgrade packages ([dc46cf8](https://github.com/willsoto/nestjs-objection/commit/dc46cf8763e998479585dbac3d68940dbf80ff5e)) + # [7.1.0](https://github.com/willsoto/nestjs-objection/compare/v7.0.0...v7.1.0) (2022-02-28) diff --git a/package-lock.json b/package-lock.json index 2cba9118..ff28bfe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@willsoto/nestjs-objection", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@willsoto/nestjs-objection", - "version": "7.1.0", + "version": "7.2.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "~16.2.1", diff --git a/package.json b/package.json index 410ae2e9..91a20e11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@willsoto/nestjs-objection", - "version": "7.1.0", + "version": "7.2.0", "description": "Objection module for NestJS", "keywords": [ "database",