We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0d56f commit 6b988b1Copy full SHA for 6b988b1
CHANGELOG.md
@@ -27,6 +27,10 @@ Types of changes:
27
-------------
28
29
30
+## 1.2.2 - 2023-09-12
31
+### Fixed
32
+- Low preview image baseURL
33
+
34
## 1.2.1 - 2022-09-01
35
### Changed
36
- Decrease the package size
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-cloudimage-responsive",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"private": false,
5
"scripts": {
6
"start": "next dev",
0 commit comments