Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
chore(release): v0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhellemondt committed Apr 25, 2023
1 parent 441fc11 commit b8ade96
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## v0.2.19

[compare changes](https://github.com/invictus-codes/nuxt-vuetify/compare/v0.2.18...v0.2.19)


### 🩹 Fixes

- Use module in devDependency to allow installation via npm ([2cfc552](https://github.com/invictus-codes/nuxt-vuetify/commit/2cfc552))

### 📖 Documentation

- Add login command for changelogen ([441fc11](https://github.com/invictus-codes/nuxt-vuetify/commit/441fc11))

### ❤️ Contributors

- Jens Van Hellemondt <[email protected]>

## v0.2.18

[compare changes](https://github.com/invictus-codes/nuxt-vuetify/compare/v0.2.17...v0.2.18)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@invictus.codes/nuxt-vuetify",
"description": "Add Vuetify 3 to your Nuxt application in seconds.",
"private": false,
"version": "0.2.18",
"version": "0.2.19",
"license": "MIT",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -72,4 +72,4 @@
"typescript": "^5.0.3",
"vitest": "^0.29.8"
}
}
}

0 comments on commit b8ade96

Please sign in to comment.