File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.7.0] ( https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.6.0...v1.7.0 ) (2023-09-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * migrate to typescript ([ #63 ] ( https://github.com/colbyfayock/netlify-plugin-cloudinary/issues/63 ) ) ([ f9b960f] ( https://github.com/colbyfayock/netlify-plugin-cloudinary/commit/f9b960f45cce8d54b0369a53af4613cb65025d03 ) )
7
+
1
8
# [ 1.6.0] ( https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.5.1...v1.6.0 ) (2023-08-31)
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.6 .0" ,
3
+ "version" : " 1.7 .0" ,
4
4
"description" : " Supercharge images on your Netlify site with Cloudinary!" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
27
27
},
28
28
"devDependencies" : {
29
29
"@netlify/config" : " 20.8.1" ,
30
- "@semantic-release/changelog" : " 6.0.3" ,
31
- "@semantic-release/git" : " 10.0.1" ,
30
+ "@semantic-release/changelog" : " ^ 6.0.3" ,
31
+ "@semantic-release/git" : " ^ 10.0.1" ,
32
32
"@types/glob" : " 8.1.0" ,
33
33
"@types/jsdom" : " 21.1.2" ,
34
34
"@types/node-fetch" : " 2.6.4" ,
43
43
"eslint-plugin-promise" : " 6.1.1" ,
44
44
"jest" : " 29.6.4" ,
45
45
"prettier" : " 3.0.3" ,
46
- "semantic-release" : " 21.1.1" ,
46
+ "semantic-release" : " ^ 21.1.1" ,
47
47
"ts-jest" : " 29.1.1" ,
48
48
"typescript" : " 5.2.2"
49
49
}
You can’t perform that action at this time.
0 commit comments