From c5415daff0a7a5492fbeaf42c2b9e2bf3fd5ce69 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 13:00:55 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] # [6.1.0](https://github.com/willsoto/nestjs-objection/compare/v6.0.0...v6.1.0) (2021-11-15) ### Features * **releases:** generate and commit changelog ([e062b87](https://github.com/willsoto/nestjs-objection/commit/e062b87888e4a57a821954ef1ca9a59dc5dfe773)) --- 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 d79d508a..b56e9063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/willsoto/nestjs-objection/compare/v6.0.0...v6.1.0) (2021-11-15) + + +### Features + +* **releases:** generate and commit changelog ([e062b87](https://github.com/willsoto/nestjs-objection/commit/e062b87888e4a57a821954ef1ca9a59dc5dfe773)) + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package-lock.json b/package-lock.json index b926943d..48dccb1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@willsoto/nestjs-objection", - "version": "5.1.0", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@willsoto/nestjs-objection", - "version": "5.1.0", + "version": "6.1.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "~14.1.0", diff --git a/package.json b/package.json index a4d42434..ad5ef491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@willsoto/nestjs-objection", - "version": "5.1.0", + "version": "6.1.0", "description": "Objection module for NestJS", "keywords": [ "database",