From d901ba9dc71e378138ed78fcbce269618dd30d58 Mon Sep 17 00:00:00 2001 From: David Golightly Date: Thu, 4 Feb 2021 12:20:50 -0800 Subject: [PATCH] bump version to 2.6.8 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 312ded52..a8163c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog +- 2.6.8 (2021-02-04) + - Bugfixes: + - Solve circular imports (#444) + - 2.6.6 (2020-08-23) - Bugfixes: - Fixed broken npm package (#417) diff --git a/package.json b/package.json index a1d5039e..d15cc660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrule", - "version": "2.6.6", + "version": "2.6.8", "description": "JavaScript library for working with recurrence rules for calendar dates.", "homepage": "http://jakubroztocil.github.io/rrule/", "license": "BSD-3-Clause",