Skip to content

Commit 01b574e

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2023-09-06) ### Features * migrate to typescript ([#63](#63)) ([f9b960f](f9b960f))
1 parent f9b960f commit 01b574e

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
# [1.6.0](https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.5.1...v1.6.0) (2023-08-31)
29

310

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-cloudinary",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Supercharge images on your Netlify site with Cloudinary!",
55
"main": "dist/index.js",
66
"scripts": {
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@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",
3232
"@types/glob": "8.1.0",
3333
"@types/jsdom": "21.1.2",
3434
"@types/node-fetch": "2.6.4",
@@ -43,7 +43,7 @@
4343
"eslint-plugin-promise": "6.1.1",
4444
"jest": "29.6.4",
4545
"prettier": "3.0.3",
46-
"semantic-release": "21.1.1",
46+
"semantic-release": "^21.1.1",
4747
"ts-jest": "29.1.1",
4848
"typescript": "5.2.2"
4949
}

0 commit comments

Comments
 (0)