diff --git a/CHANGELOG.md b/CHANGELOG.md index db4eea78..09f91e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +- 2.6.0 (2019-01-03) + - Bugfixes: + - Fix sourcemap structure (#303) - 2.5.6 (2018-09-30) - Bugfixes: - Validate date inputs (#281) diff --git a/package.json b/package.json index 2c6008ff..a2453fa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrule", - "version": "2.5.6", + "version": "2.6.0", "description": "JavaScript library for working with recurrence rules for calendar dates.", "homepage": "http://jakubroztocil.github.io/rrule/", "license": "SEE LICENSE IN LICENSE",