We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3058211 commit d901ba9Copy full SHA for d901ba9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### Changelog
2
3
+- 2.6.8 (2021-02-04)
4
+ - Bugfixes:
5
+ - Solve circular imports (#444)
6
+
7
- 2.6.6 (2020-08-23)
8
- Bugfixes:
9
- Fixed broken npm package (#417)
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",
0 commit comments