From b43515c1cc496a8ba25ec4df719794333c783829 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sat, 11 May 2024 11:25:42 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.31.5=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 cf3293a..7a7cf0d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.5](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.31.4...v0.31.5) (2024-05-11) + + +### Bug Fixes + +* **ts:** upgrade typescript version to v5.4.5 ([bc91bc7](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/bc91bc7d6bd07bf9cc297924cb23f22d50313270)) + ## [0.31.4](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.31.3...v0.31.4) (2024-05-11) diff --git a/package-lock.json b/package-lock.json index 86709fc..79a7c17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.31.4", + "version": "0.31.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.31.4", + "version": "0.31.5", "hasInstallScript": true, "dependencies": { "expect": "29.4.2", diff --git a/package.json b/package.json index a8ed198..4973b7e 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.4", + "version": "0.31.5", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy", "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",