Skip to content

Commit 798b409

Browse files
committed
bump
1 parent 7aae4a9 commit 798b409

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# MMM-GooglePhotos Change Log
22

3+
**`[2.1.6] - 2024/03/16`**
4+
- Fixed: [#187](https://github.com/hermanho/MMM-GooglePhotos/issues/187) fix pageSize parameter
5+
- Fixed: update follow-redirects to 1.15.6 [CVE-2024-28849](https://github.com/advisories/GHSA-cxjh-pqwp-8mfp)
6+
37
**`[2.1.5] - 2024/03/08`**
4-
- Added: Allow regular expression ([RE2 engine](https://github.com/google/re2)) in album names ([#179](https://github.com/hermanho/MMM-GooglePhotos/issues/179))
8+
- Added: Allow regular expression ([RE2 engine](https://github.com/google/re2)) in album names [#179](https://github.com/hermanho/MMM-GooglePhotos/issues/179)
59

610
**`[2.1.4] - 2024/01/28`**
711
- Changed: Update README.md and INSTALL.md
@@ -15,7 +19,7 @@
1519
- Changed: Use native async await instead of promise syntax.
1620
- Changed: Photo index will be included in logging and fine tune the logging data and messages.
1721
- Removed: remove generate_token.js (v1)
18-
- Fixed: #170 fix photo showing when GPHOTO_PREVIOUS is triggered
22+
- Fixed: [#170](https://github.com/hermanho/MMM-GooglePhotos/issues/170) fix photo showing when GPHOTO_PREVIOUS is triggered
1923

2024
**`[2.1.1] - 2023/07/17`**
2125

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmm-googlephotos",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "MagicMirror² module to display your photos from Google Photos",
55
"license": "MIT",
66
"author": "eouia0819@gmail.com",
@@ -36,5 +36,8 @@
3636
},
3737
"engines": {
3838
"node": ">=18"
39+
},
40+
"resolutions": {
41+
"follow-redirects": "^1.15.6"
3942
}
40-
}
43+
}

0 commit comments

Comments
 (0)