diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2a268..b3e6460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v3.3.2 + +[compare changes](https://github.com/datalogix/google-fonts-helper/compare/v3.3.1...v3.3.2) + +### 🔥 Performance + +- Avoid downloading existing fonts ([#52](https://github.com/datalogix/google-fonts-helper/pull/52)) + +### 🏡 Chore + +- Update deps ([#51](https://github.com/datalogix/google-fonts-helper/pull/51)) +- Update lock file ([4500ad0](https://github.com/datalogix/google-fonts-helper/commit/4500ad0)) + +### ❤️ Contributors + +- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza)) + ## v3.3.1 [compare changes](https://undefined/undefined/compare/v3.3.0...v3.3.1) diff --git a/package.json b/package.json index 4ec7b14..8f10c25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-fonts-helper", - "version": "3.3.1", + "version": "3.3.2", "description": "Google Fonts Helper", "repository": "datalogix/google-fonts-helper", "license": "MIT", @@ -45,4 +45,4 @@ "vitest": "latest" }, "packageManager": "pnpm@8.10.5" -} +} \ No newline at end of file