From b0a81937769c4cfe6ede875a7836ba212949d200 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2024 14:42:24 +0000 Subject: [PATCH] chore(release): 4.1.2 [skip ci] ## [4.1.2](https://github.com/grupoboticario/nestjs-sap-rfc/compare/v4.1.1...v4.1.2) (2024-09-16) ### Chores * bump versions ([bb4302a](https://github.com/grupoboticario/nestjs-sap-rfc/commit/bb4302a4a007f525783ef746f3fc350865de36e2)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3fd79..b09a29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.2](https://github.com/grupoboticario/nestjs-sap-rfc/compare/v4.1.1...v4.1.2) (2024-09-16) + +### Chores + +* bump versions ([bb4302a](https://github.com/grupoboticario/nestjs-sap-rfc/commit/bb4302a4a007f525783ef746f3fc350865de36e2)) + ## [4.1.1](https://github.com/grupoboticario/nestjs-sap-rfc/compare/v4.1.0...v4.1.1) (2024-08-13) ### Chores diff --git a/package-lock.json b/package-lock.json index 79027f5..dff2b34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nestjs-sap-rfc", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nestjs-sap-rfc", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "node-rfc": "^3.3.1" diff --git a/package.json b/package.json index fccd247..1bcea84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-sap-rfc", - "version": "4.1.1", + "version": "4.1.2", "author": "Grupo Boticário", "description": "NestJS SAP RFC Client, providing convenient ABAP business logic consumption from NestJS", "license": "MIT",