From 3a2a8433a2b8b86e3ed3aff71435292404f962f5 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Thu, 5 Sep 2024 01:27:29 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.36.2=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 867516a..9520e57 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.36.2](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.36.1...v0.36.2) (2024-09-05) + + +### Bug Fixes + +* **expo:** use dev access secrets for test and dev ([2f2552a](https://github.com/ehmpathy/declapract-typescript-ehmpathy/commit/2f2552aefc21d29e6610203d46058bc9061beca8)) + ## [0.36.1](https://github.com/ehmpathy/declapract-typescript-ehmpathy/compare/v0.36.0...v0.36.1) (2024-09-05) diff --git a/package-lock.json b/package-lock.json index ee4754c..b297bee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "declapract-typescript-ehmpathy", - "version": "0.36.1", + "version": "0.36.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "declapract-typescript-ehmpathy", - "version": "0.36.1", + "version": "0.36.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8ffd080..c1a6f98 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.36.1", + "version": "0.36.2", "license": "MIT", "main": "src/index.js", "repository": "ehmpathy/declapract-typescript-ehmpathy",