diff --git a/CHANGELOG.md b/CHANGELOG.md index 952f06c..098c327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.2.0 (2024-03-14) + + + +### ✨ Features + +* Use fetch instead of axios ([ae5a473](https://github.com/localazy/cdn-client/commit/ae5a473)) + ## 1.1.2 (2024-03-14) diff --git a/package-lock.json b/package-lock.json index 9eb96c9..2a18ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/cdn-client", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@localazy/cdn-client", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "dependencies": { "isomorphic-fetch": "^3.0.0", @@ -8074,7 +8074,7 @@ "@localazy/conventional-changelog-preset": { "version": "git+ssh://git@github.com/localazy/conventional-changelog-preset.git#8bdaa9d2f354f9495faa92bead17d5e3d787b332", "dev": true, - "from": "@localazy/conventional-changelog-preset@github:localazy/conventional-changelog-preset", + "from": "@localazy/conventional-changelog-preset@https://github.com/localazy/conventional-changelog-preset.git", "requires": { "cosmiconfig": "^8.3.6", "git-semver-tags": "^7.0.1", @@ -9228,7 +9228,7 @@ "conventional-changelog-writer": { "version": "git+ssh://git@github.com/localazy/conventional-changelog-writer.git#2cf0a9d7d4b8f1376a474e53c5c3e4d9121282eb", "dev": true, - "from": "conventional-changelog-writer@github:localazy/conventional-changelog-writer", + "from": "conventional-changelog-writer@https://github.com/localazy/conventional-changelog-writer.git", "requires": { "conventional-commits-filter": "^4.0.0", "handlebars": "^4.7.7", diff --git a/package.json b/package.json index 931adaf..1a1604c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/cdn-client", - "version": "1.1.2", + "version": "1.2.0", "description": "Node.js module that allows you to easily interact with the Localazy CDN.", "author": "Localazy ", "license": "MIT",