From 44d3609b8c2322702235b381f14c67ce623a5459 Mon Sep 17 00:00:00 2001 From: Krivega Dmitriy Date: Wed, 31 Jan 2024 13:12:04 +0300 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b44ac34..4ea9580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/Krivega/stack-promises/compare/v1.0.1...v1.0.2) (2024-01-31) + +### Bug Fixes + +- support chrome 91 ([5dd98d7](https://github.com/Krivega/stack-promises/commit/5dd98d743650508bdd243b8afe7fef6848291514)) + ### [1.0.1](https://github.com/Krivega/stack-promises/compare/v1.0.0...v1.0.1) (2023-10-24) ### Bug Fixes diff --git a/package.json b/package.json index 3cd1e0e..69b978d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stack-promises", - "version": "1.0.1", + "version": "1.0.2", "description": "sequentPromises resolves Promises sequentially", "keywords": [ "promise"