From 63fbf343272f700dc9378f043c3083015e0b71ce Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Fri, 15 Mar 2024 08:29:22 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.2.0=20=F0=9F=8E=89=20(#8)?= 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 96922fb..1bd4ced 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/ehmpathy/simple-async-tasks/compare/v1.1.1...v1.2.0) (2024-03-15) + + +### Features + +* **observability:** add logs. only warn on redundant attempts ([#7](https://github.com/ehmpathy/simple-async-tasks/issues/7)) ([45f74c6](https://github.com/ehmpathy/simple-async-tasks/commit/45f74c69f9cdfd7bbee09a0c14173edfd8f0b9db)) + ## [1.1.1](https://github.com/ehmpathy/simple-async-tasks/compare/v1.1.0...v1.1.1) (2023-07-16) diff --git a/package-lock.json b/package-lock.json index 4d475a6..361cee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-async-tasks", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-async-tasks", - "version": "1.1.1", + "version": "1.2.0", "dependencies": { "@ehmpathy/error-fns": "1.0.2", "date-fns": "2.30.0", diff --git a/package.json b/package.json index 262c508..9c7f57f 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.1.1", + "version": "1.2.0", "repository": "ehmpathy/simple-async-tasks", "homepage": "https://github.com/ehmpathy/simple-async-tasks", "keywords": [