From cb06168f99b9af7caf7353a54af03329bb1fbf32 Mon Sep 17 00:00:00 2001 From: davidgoli Date: Wed, 8 Aug 2018 12:56:45 -0700 Subject: [PATCH] update for 2.3.3 --- README.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e7912c0..6a7c78b7 100644 --- a/README.md +++ b/README.md @@ -661,10 +661,14 @@ $ yarn build ### Changelog +* 2.3.3 (2018-08-08) + * Fixed typescript error (#244) +* 2.3.2 (2018-08-07) + * Fixed deploy on npm (#239) * 2.3.0 (2018-08-06) - * Converted to [Typescript](https://www.typescriptlang.org/) + * Converted to [Typescript](https://www.typescriptlang.org/) (#229) * Add es5 and es6 distributions - * Fixed a bug where recurrences in DST were 1 hour off if the host system used DST + * Fixed a bug where recurrences in DST were 1 hour off if the host system used DST (#233) * Fixed numeric handling of weekday strings * 2.2.8 (2018-02-16) * Added `fromText()` and `toText()` support for rules with `RRule.MINUTELY` frequency. diff --git a/package.json b/package.json index 75ba3779..afd27fbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrule", - "version": "2.4.0", + "version": "2.3.3", "description": "JavaScript library for working with recurrence rules for calendar dates.", "homepage": "http://jakubroztocil.github.io/rrule/", "license": "SEE LICENSE IN LICENSE",