File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.4.0] ( https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.3.0...v1.4.0 ) (2023-08-29)
2
+
3
+
4
+ ### Features
5
+
6
+ * Yarn to npm ([ #49 ] ( https://github.com/colbyfayock/netlify-plugin-cloudinary/issues/49 ) ) ([ c7d5126] ( https://github.com/colbyfayock/netlify-plugin-cloudinary/commit/c7d5126e2adbb7924b99e95d5fa8a83e83e1c6b5 ) )
7
+
1
8
# [ 1.3.0] ( https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.2.0...v1.3.0 ) (2023-08-29)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netlify-plugin-cloudinary" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .0" ,
4
4
"description" : " Supercharge images on your Netlify site with Cloudinary!" ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
13
13
},
14
14
"license" : " MIT" ,
15
15
"dependencies" : {
16
+ "@semantic-release/changelog" : " ^6.0.3" ,
17
+ "@semantic-release/git" : " ^10.0.1" ,
16
18
"cloudinary" : " ^1.40.0" ,
17
19
"glob" : " ^10.3.3" ,
18
20
"jsdom" : " 21" ,
19
- "node-fetch" : " 2"
21
+ "node-fetch" : " 2" ,
22
+ "semantic-release" : " ^21.1.1"
20
23
},
21
24
"devDependencies" : {
22
25
"dotenv" : " ^16.3.1" ,
You can’t perform that action at this time.
0 commit comments