From d1a076ec21af547d4cbbe65f8b3c2685991ed949 Mon Sep 17 00:00:00 2001 From: Sandros94 Date: Mon, 11 Nov 2024 01:23:15 +0100 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c865a7..2fa7599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,36 @@ # Changelog +## v0.3.0 + +[compare changes](https://github.com/sandros94/nuxt-qrcode/compare/v0.2.3...v0.3.0) + +### 🚀 Enhancements + +- ⚠️ Add `inner` marker variant control ([d05417f](https://github.com/sandros94/nuxt-qrcode/commit/d05417f)) +- New `circle` variant for markers ([b7a7b6a](https://github.com/sandros94/nuxt-qrcode/commit/b7a7b6a)) + +### 🩹 Fixes + +- `renderUtils` function ([c9bb90c](https://github.com/sandros94/nuxt-qrcode/commit/c9bb90c)) +- **Qrcode:** Variant prop type check ([6e457ab](https://github.com/sandros94/nuxt-qrcode/commit/6e457ab)) + +### 💅 Refactors + +- ⚠️ Internal function naming ([31e2f50](https://github.com/sandros94/nuxt-qrcode/commit/31e2f50)) +- `renderUtils` function ([67451d4](https://github.com/sandros94/nuxt-qrcode/commit/67451d4)) +- ⚠️ Rename `circular` variant to `dots` ([a7231c9](https://github.com/sandros94/nuxt-qrcode/commit/a7231c9)) + +#### ⚠️ Breaking Changes + +- ⚠️ Add `inner` marker variant control ([d05417f](https://github.com/sandros94/nuxt-qrcode/commit/d05417f)) +- ⚠️ Internal function naming ([31e2f50](https://github.com/sandros94/nuxt-qrcode/commit/31e2f50)) +- ⚠️ Rename `circular` variant to `dots` ([a7231c9](https://github.com/sandros94/nuxt-qrcode/commit/a7231c9)) + +### ❤️ Contributors + +- Sandros94 ([@sandros94](http://github.com/sandros94)) + ## v0.2.3 [compare changes](https://github.com/sandros94/nuxt-qrcode/compare/v0.2.2...v0.2.3) diff --git a/package.json b/package.json index 918730c..4331e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-qrcode", - "version": "0.2.3", + "version": "0.3.0", "description": "A Nuxt module to provide support for QR Code generation and read.", "repository": "https://github.com/sandros94/nuxt-qrcode", "license": "MIT",