From f138aa3f30311851f83a237a4b9d3bbb6045fd48 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Fri, 26 Apr 2024 08:20:18 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.31.3=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 5276c3b..97e05e6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.31.3](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.31.2...v0.31.3) (2024-04-26) + + +### Bug Fixes + +* **deps:** bump min dynamodb-dao-gen dependency ([051f5ce](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/051f5ce24e8af0a36ead84ab4ffef86bff05c7c2)) +* **gitignore:** check in yalc.lock to show when replacements are expected ([b4c2ae7](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/b4c2ae76ab30c975b0372a2610d6c93f1bb0303c)) + ## [0.31.2](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.31.1...v0.31.2) (2024-04-24) diff --git a/package-lock.json b/package-lock.json index 2033a38..61f7f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.31.2", + "version": "0.31.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.31.2", + "version": "0.31.3", "hasInstallScript": true, "dependencies": { "expect": "29.4.2", diff --git a/package.json b/package.json index 922a0f6..fcbd574 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "declapract-typescript-ehmpathy", "author": "ehmpathy", "description": "declapract best practices declarations for typescript", - "version": "0.31.2", + "version": "0.31.3", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy", "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",