Skip to content

Commit

Permalink
chore(release): v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Mar 14, 2024
1 parent 9179e66 commit fa982b5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.5.0

[compare changes](https://github.com/datalogix/google-fonts-helper/compare/v3.4.1...v3.5.0)

### 🚀 Enhancements

- Add fonts typed ([#57](https://github.com/datalogix/google-fonts-helper/pull/57))

### 🩹 Fixes

- Subsets ([#64](https://github.com/datalogix/google-fonts-helper/pull/64))
- Do not remove `outputDir` directory when `overwriting` is enabled ([#65](https://github.com/datalogix/google-fonts-helper/pull/65))

### 🏡 Chore

- **release:** V3.4.1 ([8569d9f](https://github.com/datalogix/google-fonts-helper/commit/8569d9f))

### 🤖 CI

- Update ([14689de](https://github.com/datalogix/google-fonts-helper/commit/14689de))

### ❤️ Contributors

- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza))

## v3.4.1

[compare changes](https://github.com/datalogix/google-fonts-helper/compare/v3.4.0...v3.4.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-fonts-helper",
"version": "3.4.1",
"version": "3.5.0",
"description": "Google Fonts Helper",
"repository": "datalogix/google-fonts-helper",
"license": "MIT",
Expand Down Expand Up @@ -45,4 +45,4 @@
"vitest": "latest"
},
"packageManager": "[email protected]"
}
}

0 comments on commit fa982b5

Please sign in to comment.