From 47e69a9735081f27e2bdcd7c09f0ee562413df17 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Fri, 27 Dec 2024 15:06:05 -0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.39.3=20=F0=9F=8E=89=20(#16?= =?UTF-8?q?7)?= 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 e79d8f3..0a2685d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.39.3](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.39.2...v0.39.3) (2024-12-27) + + +### Bug Fixes + +* **tests:** fail fast on missed creds for acceptance tests ([c4869d4](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/c4869d4cb0e410598fdafec73325b232eca2dc73)) + ## [0.39.2](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.39.1...v0.39.2) (2024-12-27) diff --git a/package-lock.json b/package-lock.json index 438db29..8e326c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.39.2", + "version": "0.39.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.39.2", + "version": "0.39.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fcb27bf..8bd4e9f 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.39.2", + "version": "0.39.3", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",