Skip to content

Commit 7f91265

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2023-08-29) ### Features * Yarn to npm ([#49](#49)) ([c7d5126](c7d5126))
1 parent c7d5126 commit 7f91265

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

310

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-plugin-cloudinary",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Supercharge images on your Netlify site with Cloudinary!",
55
"main": "src/index.js",
66
"scripts": {
@@ -13,10 +13,13 @@
1313
},
1414
"license": "MIT",
1515
"dependencies": {
16+
"@semantic-release/changelog": "^6.0.3",
17+
"@semantic-release/git": "^10.0.1",
1618
"cloudinary": "^1.40.0",
1719
"glob": "^10.3.3",
1820
"jsdom": "21",
19-
"node-fetch": "2"
21+
"node-fetch": "2",
22+
"semantic-release": "^21.1.1"
2023
},
2124
"devDependencies": {
2225
"dotenv": "^16.3.1",

0 commit comments

Comments
 (0)