From c705e2dc5e4dff8d1de6aea1717676088a793172 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Nov 2024 18:15:03 +0000 Subject: [PATCH] chore(release): common-v1.3.0 [skip ci] # [1.3.0](https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/common-v1.2.1...common-v1.3.0) (2024-11-15) ### Features * Integrating an external file server https://min.io into a full-stack application on NestJS and Angular (2024-11-115) ([#9](https://github.com/nestjs-mod/nestjs-mod-fullstack/issues/9)) ([41d8b55](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/41d8b555923e3d6343dc2ac1304443d3df60d5e8)) --- libs/common/CHANGELOG.md | 6 ++++++ libs/common/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md index 99387981..a2fd1dd2 100644 --- a/libs/common/CHANGELOG.md +++ b/libs/common/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.3.0](https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/common-v1.2.1...common-v1.3.0) (2024-11-15) + +### Features + +- Integrating an external file server https://min.io into a full-stack application on NestJS and Angular (2024-11-115) ([#9](https://github.com/nestjs-mod/nestjs-mod-fullstack/issues/9)) ([41d8b55](https://github.com/nestjs-mod/nestjs-mod-fullstack/commit/41d8b555923e3d6343dc2ac1304443d3df60d5e8)) + ## [1.2.1](https://github.com/nestjs-mod/nestjs-mod-fullstack/compare/common-v1.2.0...common-v1.2.1) (2024-11-08) ### Bug Fixes diff --git a/libs/common/package.json b/libs/common/package.json index c0bb33a6..c2a82ca3 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-mod-fullstack/common", - "version": "1.2.1", + "version": "1.3.0", "private": true, "dependencies": { "tslib": "^2.3.0"