From e25873d758d04a2c1c715ea88d712d2e5acd6b57 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Jun 2022 05:30:47 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/xituru/round-robin/compare/v1.0.0...v1.0.1) (2022-06-14) ### Bug Fixes * update package keywords ([95ca2e0](https://github.com/xituru/round-robin/commit/95ca2e0c1431b0043730a0d299ab95cea442589c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index defca92..f5db12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/xituru/round-robin/compare/v1.0.0...v1.0.1) (2022-06-14) + + +### Bug Fixes + +* update package keywords ([95ca2e0](https://github.com/xituru/round-robin/commit/95ca2e0c1431b0043730a0d299ab95cea442589c)) + # 1.0.0 (2022-06-13) diff --git a/package.json b/package.json index fd98d14..872073f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xituru/round-robin", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple and fast round robin scheduler.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",