Skip to content

Commit 7729f81

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2023-08-29) ### Features * Package updates, Remove fs-extra, Fix Jest ([#48](#48)) ([65f8600](65f8600))
1 parent 65f8600 commit 7729f81

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.3.0](https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.2.0...v1.3.0) (2023-08-29)
2+
3+
4+
### Features
5+
6+
* Package updates, Remove fs-extra, Fix Jest ([#48](https://github.com/colbyfayock/netlify-plugin-cloudinary/issues/48)) ([65f8600](https://github.com/colbyfayock/netlify-plugin-cloudinary/commit/65f8600e65cbb8dd19feaa597cb8ba32a5d6e57e))
7+
18
# [1.2.0](https://github.com/colbyfayock/netlify-plugin-cloudinary/compare/v1.1.0...v1.2.0) (2022-10-14)
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.2.0",
3+
"version": "1.3.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)