From 1750b6acdd7e024a887d0c5a53aaf9790c35b195 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Tue, 14 May 2024 10:23:49 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.3.3=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 3763393..9d23a1a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/ehmpathy/simple-async-tasks/compare/v1.3.2...v1.3.3) (2024-05-14) + + +### Bug Fixes + +* **deps:** unpin typefns peer dependency ([#12](https://github.com/ehmpathy/simple-async-tasks/issues/12)) ([acbdece](https://github.com/ehmpathy/simple-async-tasks/commit/acbdece8db49d1e68f7992368215073b88829c6b)) + ## [1.3.2](https://github.com/ehmpathy/simple-async-tasks/compare/v1.3.1...v1.3.2) (2024-04-20) diff --git a/package-lock.json b/package-lock.json index b709a53..eccbea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-async-tasks", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-async-tasks", - "version": "1.3.2", + "version": "1.3.3", "dependencies": { "@ehmpathy/error-fns": "1.0.2", "date-fns": "2.30.0", diff --git a/package.json b/package.json index 497d7ca..3d3d2e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-async-tasks", "author": "ehmpathy", "description": "A simple in-memory queue, for nodejs and the browser, with consumers for common usecases.", - "version": "1.3.2", + "version": "1.3.3", "repository": "ehmpathy/simple-async-tasks", "homepage": "https://github.com/ehmpathy/simple-async-tasks", "keywords": [