Skip to content

Commit

Permalink
chore(release): v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daver987 committed Feb 10, 2024
1 parent a707193 commit 51e4e7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.

## v0.0.4

[compare changes](https://github.com/daver987/any-fonts/compare/v0.0.3...v0.0.4)

## v0.0.3

[compare changes](https://github.com/daver987/any-fonts/compare/v0.0.2...v0.0.3)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daver987/nuxt-any-fonts",
"version": "0.0.3",
"version": "0.0.4",
"description": "A Fork of nuxt-modules/google-fonts that also supports local fonts",
"repository": "daver987/any-fonts",
"license": "MIT",
Expand Down Expand Up @@ -32,9 +32,9 @@
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
"@nuxt/kit": "^3.10.1",
"google-fonts-helper": "^3.4.1",
"pathe": "^1.1.1"
"pathe": "^1.1.2"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
Expand Down

0 comments on commit 51e4e7e

Please sign in to comment.