Skip to content

Commit

Permalink
Merge pull request #246 from substantial/version-2.3.3
Browse files Browse the repository at this point in the history
Update for 2.3.3
  • Loading branch information
arolson101 authored Aug 8, 2018
2 parents c9684fe + cb06168 commit 9578c94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9578c94

Please sign in to comment.