Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Mar 7, 2024
1 parent 6d22c2f commit 7b5817e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog


## v0.0.1


### 🩹 Fixes

- Build missing external dep ([6d22c2f](https://github.com/sandros94/nuxt-qrcode/commit/6d22c2f))

### 🏡 Chore

- Init ([62785be](https://github.com/sandros94/nuxt-qrcode/commit/62785be))
- Update package info ([597361b](https://github.com/sandros94/nuxt-qrcode/commit/597361b))
- Update readme ([7990456](https://github.com/sandros94/nuxt-qrcode/commit/7990456))

### ❤️ Contributors

- Sandros94 ([@Sandros94](http://github.com/Sandros94))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-qrcode",
"version": "0.0.0",
"version": "0.0.1",
"description": "A Nuxt module to provide support for QR Code generation and read.",
"repository": "https://github.com/sandros94/nuxt-qrcode",
"license": "MIT",
Expand Down Expand Up @@ -56,4 +56,4 @@
"nuxt": "^3.10.3",
"vitest": "^1.3.1"
}
}
}

0 comments on commit 7b5817e

Please sign in to comment.