From 450a5aacc402d70af5038952630d205c7570c512 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 May 2021 22:13:43 +0000 Subject: [PATCH] chore(release): 1.2.4 [skip ci] ## [1.2.4](https://github.com/tractr/stack/compare/@tractr/hapify-templates-rest-dtos@1.2.3...@tractr/hapify-templates-rest-dtos@1.2.4) (2021-05-21) --- packages/hapify-templates-rest-dtos/CHANGELOG.md | 10 ++++++++++ packages/hapify-templates-rest-dtos/package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/hapify-templates-rest-dtos/CHANGELOG.md b/packages/hapify-templates-rest-dtos/CHANGELOG.md index cccaf3cca..03b2ea892 100644 --- a/packages/hapify-templates-rest-dtos/CHANGELOG.md +++ b/packages/hapify-templates-rest-dtos/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## @tractr/hapify-templates-rest-dtos [1.2.4](https://github.com/tractr/stack/compare/@tractr/hapify-templates-rest-dtos@1.2.3...@tractr/hapify-templates-rest-dtos@1.2.4) (2021-05-21) + + + + + +### Dependencies + +* **@tractr/hapify-templates-models:** upgraded to 1.2.4 + ## @tractr/hapify-templates-rest-dtos [1.2.3](https://github.com/tractr/stack/compare/@tractr/hapify-templates-rest-dtos@1.2.2...@tractr/hapify-templates-rest-dtos@1.2.3) (2021-05-04) diff --git a/packages/hapify-templates-rest-dtos/package.json b/packages/hapify-templates-rest-dtos/package.json index 4d084069a..d68bf6a05 100644 --- a/packages/hapify-templates-rest-dtos/package.json +++ b/packages/hapify-templates-rest-dtos/package.json @@ -1,6 +1,6 @@ { "name": "@tractr/hapify-templates-rest-dtos", - "version": "1.2.3", + "version": "1.2.4", "description": "Hapify templates for models rest dtos", "repository": { "type": "git", @@ -18,7 +18,7 @@ "dependencies": {}, "devDependencies": {}, "peerDependencies": { - "@tractr/hapify-templates-models": "1.2.3", + "@tractr/hapify-templates-models": "1.2.4", "class-transformer": "^0.4.0", "class-validator": "^0.13.0" },