Skip to content

Commit

Permalink
chore(release): cut 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2024-01-10)

### Bug Fixes

* **generate daily fixed periods:** use correct comparison for "endsBefore" ([#21](#21)) ([3cdb2be](3cdb2be))

### Features

* add createFixedPeriodFromPeriodId method ([#13](#13)) ([ef1132e](ef1132e))
* add getFixedPeriodByDate ([#14](#14)) ([9de82e0](9de82e0))
* add getSiblingFixedPeriods ([#15](#15)) ([59cb406](59cb406))
* **generate fixed periods:** add "endsBefore" option ([#20](#20)) ([6667c97](6667c97))
  • Loading branch information
dhis2-bot committed Jan 10, 2024
1 parent a10ef84 commit a583b90
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.1.0](https://github.com/dhis2/multi-calendar-dates/compare/v1.0.2...v1.1.0) (2024-01-10)


### Bug Fixes

* **generate daily fixed periods:** use correct comparison for "endsBefore" ([#21](https://github.com/dhis2/multi-calendar-dates/issues/21)) ([3cdb2be](https://github.com/dhis2/multi-calendar-dates/commit/3cdb2be65c4faff2462ef8df1984c3f945f8cd22))


### Features

* add createFixedPeriodFromPeriodId method ([#13](https://github.com/dhis2/multi-calendar-dates/issues/13)) ([ef1132e](https://github.com/dhis2/multi-calendar-dates/commit/ef1132e9a7abc2112d5ae94a365d0ed8ae21e9b8))
* add getFixedPeriodByDate ([#14](https://github.com/dhis2/multi-calendar-dates/issues/14)) ([9de82e0](https://github.com/dhis2/multi-calendar-dates/commit/9de82e027a00766f41413b37bb07767fed049c53))
* add getSiblingFixedPeriods ([#15](https://github.com/dhis2/multi-calendar-dates/issues/15)) ([59cb406](https://github.com/dhis2/multi-calendar-dates/commit/59cb40642f23b70717430a3a9bce95bcb2e3e584))
* **generate fixed periods:** add "endsBefore" option ([#20](https://github.com/dhis2/multi-calendar-dates/issues/20)) ([6667c97](https://github.com/dhis2/multi-calendar-dates/commit/6667c9760df86f592f6c094eb77f4e5c02cfc8c9))

## [1.0.2](https://github.com/dhis2/multi-calendar-dates/compare/v1.0.1...v1.0.2) (2023-03-09)


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": "@dhis2/multi-calendar-dates",
"version": "1.0.2",
"version": "1.1.0",
"license": "BSD-3-Clause",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a583b90

Please sign in to comment.