Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.4...v2.0.0) (2022-01-09)

### Bug Fixes

* Rename Notifications ([869e182](869e182))
* use node-fetch instead of request ([75cd82f](75cd82f)), closes [#7](#7)

### BREAKING CHANGES

* use `fetchOptions` instead of `request` in you config
* rename notifications

to better resemble that they could also be POST or other requests.

MMM_JSON_GET_REQUEST > MMM_JSON_REQUEST
MMM_JSON_GET_RESPONSE > MMM_JSON_RESPONSE
  • Loading branch information
semantic-release-bot committed Jan 9, 2022
1 parent 75cd82f commit e27d9cd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0](https://github.com/DanielHabenicht/MMM-json/compare/v1.1.4...v2.0.0) (2022-01-09)


### Bug Fixes

* Rename Notifications ([869e182](https://github.com/DanielHabenicht/MMM-json/commit/869e1828f886e0a0e87f54eb726d84a4a4b62ba8))
* use node-fetch instead of request ([75cd82f](https://github.com/DanielHabenicht/MMM-json/commit/75cd82f314dfc6601e51ad81ae3af8aee949f63e)), closes [#7](https://github.com/DanielHabenicht/MMM-json/issues/7)


### BREAKING CHANGES

* use `fetchOptions` instead of `request` in you config
* rename notifications

to better resemble that they could also be POST or other requests.

MMM_JSON_GET_REQUEST > MMM_JSON_REQUEST
MMM_JSON_GET_RESPONSE > MMM_JSON_RESPONSE

## [1.1.4](https://github.com/DanielHabenicht/MMM-json/compare/v1.1.3...v1.1.4) (2022-01-09)


Expand Down

0 comments on commit e27d9cd

Please sign in to comment.